Implementation of the Bubble Sort algorithm using Ruby.
This is a Microverse project. It is developed as a requirement for Microverse Ruby course.
Bubble_sort is created to sort array containing strings & array containing numbers 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.
- Ruby
- VsCode
- Repl.it
To get a local copy up and running follow these simple example steps: Prerequisites
Text Editor (VSCode is suggested.)
Ruby
##Authors:
👤 Author1
- Github: @akshay-narkar
- Twitter: @akidoit
👤 Author2
- Github: @helman101
- Linkedin: Linkedin
Contributions, issues and feature requests are welcome! Start by:
- Forking the project
- Cloning the project to your local machine
cd
into the project directory- Run
git checkout -b your-branch-name
- Make your contributions
- Push your branch up to your forked repository
- Open a Pull Request with a detailed description to the development branch of the original project for a review
Give a ⭐ if you like this project!
This project is MIT licensed.