ArrayVisualizer
ArrayVisualizer copied to clipboard
Iterative Comb and Permutation Sort
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 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.