/bubble_sorting

First Project in Microverse's Ruby Module

Primary LanguageRubyMIT LicenseMIT

Ruby: Bubble Sorting

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.

bubble_sorting-screenshot

Built with

  • Ruby

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

  1. git clone git@github.com:nikoescobal/bubble_sorting.git
  2. cd into above cloned directory
  3. run ruby bubble_sorting.rb

Authors

👤 Nikolas Escobal

👤 Anand Kumar

🤝 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

  • Microverse
  • The Odin Project

📝 MIT License

This project makes use of the MIT license.