https://github.com/gablemathias/bubble-sort
Bubble-Sort mini-project
https://github.com/gablemathias/bubble-sort
Last synced: 4 months ago
JSON representation
Bubble-Sort mini-project
- Host: GitHub
- URL: https://github.com/gablemathias/bubble-sort
- Owner: gablemathias
- Created: 2022-11-21T20:42:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-21T20:45:41.000Z (over 3 years ago)
- Last Synced: 2025-01-01T06:22:58.453Z (over 1 year ago)
- Language: Ruby
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bubble-Sort
Mini-project to create a method to sort a list using a bubble-sort. I tried to make it using a more rubyist way utilizing times and each_index methods.
Hope you like it.