https://github.com/ericmbouwe/buble-sort
https://github.com/ericmbouwe/buble-sort
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericmbouwe/buble-sort
- Owner: EricMbouwe
- Created: 2020-04-07T08:17:36.000Z (about 6 years ago)
- Default Branch: developement
- Last Pushed: 2020-04-08T12:55:58.000Z (about 6 years ago)
- Last Synced: 2025-12-26T08:36:05.655Z (6 months ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# buble-sort
> This is an implementation of bubble sort in ruby.
Additional description about the project and its features.
## Built With
- Ruby
- Visual Studio Code
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
### Prerequisites
This project runs on [Ruby](https://www.ruby-lang.org/en/documentation/installation/)
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]
```
### Installing
clone the project locally
In your terminal, change directory to the root of the project
## Authors
👤 **Eric Mbouwe**
- Github: [@ericmbouwe](https://github.com/ericmbouwe)
- Twitter: [@ericmbouwe](https://twitter.com/ericmbouwe)
- Linkedin: [@ericmbouwe](https://www.linkedin.com/in/ericmbouwe/)
👤 **Abror Mukimov**
- Github: [abrormukimov](https://github.com/abrormukimov)
- Linkedin: [abrormukimov](https://www.linkedin.com/in/abrormukimov)
- Twitter: [abrormukimov](https://www.twitter.com/abrormukimov)
## 🤝 Contributing
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
##### Please feel free to contribute to any of these!
Feel free to check the [issues page](https://github.com/EricMbouwe/bubble_sorting/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- The Odin Project
- [Microverse](microverse.org)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details