This project is part of the Microverse Ruby curriculum!
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
This is the first project of the Microverse Ruby Section
This is also the first Assignment of the Odin project curriculum https://www.theodinproject.com/courses/ruby-programming/lessons/advanced-building-blocks
This project was built using these technologies.
- Ruby
- Rubocop
- VsCode
- Notepad++
If you want to test our code you need to write this at the end and execute it with ruby :
ex = bubble_sort_by(["hi","hello","hey"]) do |left,right| left.length - right.length end
puts ex
You can see it working here
there are no automated tests for this project yet
👤 María Eugenia Quemé
- Github: @euqueme
- Linkedin: María Eguenia Quemé Peña
👤 Santiago Guerra
- Github: @SantiagoGuerra
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!