Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
36 stars 258 forks source link

Bubble sort refactor #417

Closed santiagojorda closed 4 years ago

santiagojorda commented 4 years ago

Hi, I would like to make a refactor on Bubble Sort java implementation. I think that the code looks like spaghetti and I want to apply clean code practices.

AshishOhri commented 4 years ago

Thanks for contributing! 😄