alexandermorales-dev / bubble-sort

This project offers one way of sorting a group of items in an array, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. This continues until the array is eventually sorted.
3 stars 0 forks source link

Project Name

Bubble Sort

This project offers one way of sorting a group of items in an array, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. This continues until the array is eventually sorted.

Built with

Prerequisites

-Web browser -IDE -Ruby -Renv / IRB (optional).

Setup

-Download/Clone the repository files and navigate to script.rb

Install

Deployment

-You can deploy this project by cloning it then:

Author

👤 Author

🤝 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