williamfiset / Algorithms

A collection of algorithms and data structures
MIT License
17.18k stars 4.34k forks source link

Add New Sorting Algorithm - Comb Sort algorithm in Java #326

Open Wsheng0611 opened 2 years ago

Wsheng0611 commented 2 years ago

I think adding a new sorting algorithm is useful. Not only limited to the Bubble sort algorithm where Comb Sort improves it by increasing the shrink factor to 1.3 compared to Bubble sort only swap the value with the near integer.

SHEELINUNI commented 1 year ago

I can do that