Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starsheriff2/bubble-sort
In this project, we built a #bubble_sort algorithm method to sort integer and string arrays in ascending order, by number order, and by string length respectively.
https://github.com/starsheriff2/bubble-sort
block methods ruby sorting yield
Last synced: about 7 hours ago
JSON representation
In this project, we built a #bubble_sort algorithm method to sort integer and string arrays in ascending order, by number order, and by string length respectively.
- Host: GitHub
- URL: https://github.com/starsheriff2/bubble-sort
- Owner: StarSheriff2
- Created: 2020-12-01T19:09:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T19:59:13.000Z (almost 4 years ago)
- Last Synced: 2023-03-10T19:02:35.841Z (over 1 year ago)
- Topics: block, methods, ruby, sorting, yield
- Language: Ruby
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Bubble Sort Method
> In this project we used block and yield inside a method to sort items inside an array, according to their order or length
We applied Ruby basic concepts to build an array, using block and yield to sort items in either numerical order or by a string's length.
## Built With
- Ruby
## Authors
👤 **Arturo Alvarez**
- GitHub: [@StarSheriff2](https://github.com/StarSheriff2)
- Twitter: [@Turo_83](https://twitter.com/Turo_83)
- LinkedIn: [Arturo Alvarez](https://www.linkedin.com/in/arturoalvarezv/)👤 **Chi Abongwa Joel**
- GitHub: [@abongsjoel](https://github.com/abongsjoel)
- Twitter: [@thierryjoel10](https://twitter.com/ThierryJoel10)
- LinkedIn: [Chi Abongwa Joel](https://www.linkedin.com/in/chi-abongwa-joel-b4285a97/)## Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/StarSheriff2/bubble-sort/issues).
## Show your support
Give a ⭐️ if you like this project!