ArrayVisualizer icon indicating copy to clipboard operation
ArrayVisualizer copied to clipboard

Sorting Visualizer with 6 different views and 14 included sorting algorithms

Results 13 ArrayVisualizer issues
Sort by recently updated
recently updated
newest added

Update the sorting algorithms to let ArrayController manage the array access and comparison counts (`aa` and `comps`). Currently, each sorting algorithm manually updates the comparison and access counts. By delegating...

- Remove clutter - Make internal members private - Remove overly broad throw and catch clauses - Use consistent capitalisation - Use consistent code formatting

Any chance you could add a build script?