Skip to content

appiersign/bubble-sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advanced Building Blocks - Bubble Sort

In this project, we implemented the bubble sort algorithm. Bubble Sort is one of the simpler sorting algorithms. It sorts a group of items in an array by comparing the item on the left to the item its direct right, if the item on the left is larger, the two items swap positions. In this project we also had to focus on the use of yield and passing a block to a method.

Built With

  • Ruby

Getting Started

To get a local copy if the the algorithm you can click here and either clone the repo or view the code.

Prerequisites

If you are going t test this out locally you will need to have Ruby installed.

Authors

👤 Aulbourn Knowles

👤 Solomon Appier-Sign

🤝 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!

Acknowledgments

  • Microverse, TSE's, Rubymine IDE

📝 License

This project is MIT licensed.

About

bubble sort in ruby

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages