guillainbisimwa / Bubble-sort

The Ruby implementation of Bubble sort

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Bubble sort

The Ruby implementation of Bubble sort.

What is Bubble sort?

Bubble sort is a simple sorting algorithm. This sorting algorithm is comparison-based algorithm in which each pair of adjacent elements is compared and the elements are swapped if they are not in order.

Built With

Ruby

How to run

  1. Open Terminal.
  2. Navigate to your desired location to download the contents of this repository.
  3. Copy and paste the following code into the Terminal: git clone https://github.com/guillainbisimwa/Bubble-sort
  4. Run cd Bubble-sort.
  5. Run ruby bubble_sort.rb

Authors

πŸ‘€ Guillain Bisimwa

πŸ‘€ A B M Asadullah

🀝 Contributing

Contributions, issues and feature requests are welcome! Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

πŸ“ License

This project is MIT licensed.

About

The Ruby implementation of Bubble sort


Languages

Language:Ruby 100.0%