Algorithms
Algorithms copied to clipboard
Solve Issue #326 comb sort algorithm
Type: new feature Issue solved: Issue #326
The original PR (PR #345 ) containing two problems was split into two separate PR, and the code was optimized and improved at the same time.
Allow the user input size of the string and the gap they want to use in the sorting.
Also add test for the algorithm