Skip to content

bubble sort, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right.

Notifications You must be signed in to change notification settings

rubenpazch/bubble-sort-ruby

Repository files navigation

Bubble sort array

Project specifications

bubble sort, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right. This continues until the array is eventually sorted.

Link to assignment

the assignment can be found here.

Built With

Concepts used on this project

  • Ruby
  • Loops
  • Yield

Tools used on this project

  • Visual Studio Code
  • VSCode Ruby by Stafford Brunk
  • Rufo (Ruby Formatter) by Matt Bessey

Screenshot

screenshot

Live Demo

You can see the live preview

Authors

👤 Xóchitl Selene Flores Pérez

👤 Ruben Paz Chuspe

Contributing

This is an education project as a part of the Microverse so contributing is not accepted.

Contributions, issues and feature requests are welcome!

Feel free to check the issues.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

License

This project is MIT licensed.

About

bubble sort, where each element is compared to the one next to it and they are swapped if the one on the left is larger than the one on the right.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages