An open API service indexing awesome lists of open source software.

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

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.