Skip to content

euqueme/bubble-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Bubble Sort

This project is part of the Microverse Ruby curriculum!
Explore the docs »

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

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

Built With

This project was built using these technologies.

  • Ruby
  • Rubocop
  • VsCode
  • Notepad++

Usage

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

Live version

You can see it working here

Automated Test

there are no automated tests for this project yet

Author

👤 María Eugenia Quemé

👤 Santiago Guerra

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

About

bubble_sort and bubble_sort_by methods made in Ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages