In this project we:
- Used Ruby to implement the algorithm;
- Built two bubble sort methods (bubble_sort and bubble_sort_by);
- Tested the methods with two kinds of arrays: integers and strings.
This software sorts numbers and strings of a provided list.
Ruby
You will be redirected to a webpage where you can provide a list of numbers or strings to be sorted when you run the code.
Murilo Roque Paiva da Silva
Github: @MuriloRoque
Twitter: @MuriloRoquePai1
Linkedin: MuriloRoque
Shabab Ali
Github: @alishabab
Twitter: @shabab_ali
Linkedin: https://www.linkedin.com/in/shababsaifi/
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!