williamfiset / Algorithms

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

Added Sorting Algorithm - CombSort and CombSortTest in Java #325

Closed Wsheng0611 closed 2 years ago

Wsheng0611 commented 2 years ago

CombSort algorithm has been added. This is the improvement of the Bubble Sort algorithm. JUnit 4 test code has been used to test the main code. The link to the concept of CombSort has been put in the main code.