The purpose of this project was to create and implement two bubble sorting algorithms, namely, bubble_sort and bubble_sort_by. The bubble_sort algorithm was simpler whereas the bubble_sort_by utilized blocks and the yield function.
- Ruby
To get a local copy of the repository please run the following commands on your terminal:
- git clone git@github.com:nikoescobal/bubble_sorting.git
- cd into above cloned directory
- run ruby bubble_sorting.rb
👤 Nikolas Escobal
👤 Anand Kumar
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- The Odin Project
This project makes use of the MIT license.