This is an implementation of bubble sort in ruby.
Additional description about the project and its features.
- Ruby
- Visual Studio Code
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This project runs on Ruby
After installation, run ruby -v
to make sure Ruby installed correctly. Example
$ ruby -v
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin17]
clone the project locally
In your terminal, change directory to the root of the project
👤 Eric Mbouwe
- Github: @ericmbouwe
- Twitter: @ericmbouwe
- Linkedin: @ericmbouwe
👤 Abror Mukimov
- Github: abrormukimov
- Linkedin: abrormukimov
- Twitter: abrormukimov
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
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- The Odin Project
- Microverse
This project is licensed under the MIT License - see the LICENSE.md file for details