https://github.com/guillainbisimwa/bubble-sort
The Ruby implementation of Bubble sort
https://github.com/guillainbisimwa/bubble-sort
Last synced: 7 months ago
JSON representation
The Ruby implementation of Bubble sort
- Host: GitHub
- URL: https://github.com/guillainbisimwa/bubble-sort
- Owner: guillainbisimwa
- Created: 2020-09-29T19:40:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-30T16:29:19.000Z (about 5 years ago)
- Last Synced: 2025-01-30T05:42:48.548Z (8 months ago)
- Language: Ruby
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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**- Github: [@guillainbisimwa](https://github.com/guillainbisimwa)
- Twitter: [@gullain_bisimwa](https://twitter.com/gullain_bisimwa)
- Linkedin: [linkedin](https://www.linkedin.com/in/guillain-bisimwa-8a8b7a7b/)👤 **A B M Asadullah**
- Github: [@abmasadullah](https://github.com/abmasadullah)
- Twitter: [@abmasadullah](https://twitter.com/abmasadullah)
- Linkedin: [@abmasadullah](https://www.linkedin.com/in/abmasadullah/)## 🤝 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.