https://github.com/simandebvu/ruby-bubble
Two methods that sort arrays using the Bubble sort algorithm.
https://github.com/simandebvu/ruby-bubble
Last synced: about 1 year ago
JSON representation
Two methods that sort arrays using the Bubble sort algorithm.
- Host: GitHub
- URL: https://github.com/simandebvu/ruby-bubble
- Owner: simandebvu
- License: mit
- Created: 2020-05-29T19:20:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-01T23:49:19.000Z (almost 2 years ago)
- Last Synced: 2025-02-03T08:51:05.445Z (over 1 year ago)
- Language: Ruby
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ruby-Bubble
A class with two methods that sort arrays using the Bubble sort algorithm.
## Live version
[](https://repl.it/@simandebvu/ruby-bubble)
## Authors
👤 **Shingirayi Innocent**
- Github: [@simandebvu](https://github.com/simandebvu)
- Twitter: [@simandebvu](https://twitter.com/simandebvu)
- Linkedin: [simandebvu](https://linkedin.com/in/simandebvu)
👤 **Osama Aldemeery**
- Github: [@aldemeery](https://github.com/aldemeery)
- Twitter: [@aldemeery](https://twitter.com/aldemeery)
- Linkedin: [osamaaldemeery](https://linkedin.com/in/osamaaldemeery)
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/simandebvu/ruby-bubble.
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).