Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Add New Sorting Algorithm - Comb Sort algorithm in Java

Open Wsheng0611 opened this issue 3 years ago • 1 comments
trafficstars

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.

Wsheng0611 avatar Aug 10 '22 05:08 Wsheng0611

I can do that

SHEELINUNI avatar Oct 19 '22 04:10 SHEELINUNI