ArrayVisualizer icon indicating copy to clipboard operation
ArrayVisualizer copied to clipboard

Iterative Comb and Permutation Sort

Open aphitorite opened this issue 4 years ago • 1 comments

Considering there's a Recursive Comb already, why not add the iterative version as well? I also think a deterministic version of Bogo Sort would make a great addition to the collection.

(Both implementations should work for all array sizes 2+)

aphitorite avatar Jun 10 '20 18:06 aphitorite

@aphitorite The ArrayV repo has been moved to https://github.com/gaming32/ArrayV-v4.0. If you wish to have your sorting algorithms added, please create a pull request on that repo.

Gaming32 avatar Nov 23 '20 23:11 Gaming32