An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![alt text](https://camo.githubusercontent.com/3a5835d4f56c57cec85939ac345e43fef164c178/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4d6963726f76657273652d626c756576696f6c6574 "Microverse")

# 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.