Skip to content

mariosknl/bubble_sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bubble_sort

Bubble sort algorithm.

Built With

  • Ruby

Run tests

  • The code has been tested using the following test cases:
  • bubble_sort(35, 15, 61, 453, 84)
  • bubble_sort_by(["hi","hello","hey"]) {|i, j| i.length - j.length}
  • bubble_sort(18, 24, 2, 93, 16)
  • bubble_sort_by(["patrick","marios","microverse"]) {|i, j| i.length - j.length}

Authors

👤 Patrick Nyatindo

👤 Marios Kanellopoulos

🤝 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
  • The Odin Project
  • Codecademy

📝 License

This project is MIT licensed.

About

Bubble sort algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages