ArrayVisualizer
ArrayVisualizer copied to clipboard
Sorting Visualizer with 6 different views and 14 included sorting algorithms
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?