Implementation of Bubble sort in Ruby language
Bubble sort is an algorithm that is sorting elements. Each pair is compared and then swaped if it is greater than the previous digit number.
Ruby
- Open Terminal.
- Write git clone https://github.com/hamayun-cpu/Bubble-Sort.git
- Go to the root directory.
- Write "ruby ruby.rb"
👤 Hamayun
- Github: @githubhandle
- Twitter: @twitterhandle
- Linkedin: linkedin
👤 Deyan Todorov
- Github: @deikdesign
- Twitter: @deikdesign
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.