Skip to content

Releases: cianjinks/Sorting-Visualizer

Sorting Visualizer 0.5

05 Jun 13:55

Choose a tag to compare

This release completes all of my planned goals. I abstracted all sorting methods into their own classes and ran them as simulations. Added both Quick Sort and Merge Sort visualizations as well as randomization of the number of bars.

Sorting Visualizer 0.3

08 Mar 15:09

Choose a tag to compare

This release only visualizes two sorting algorithms, bubble and selection sort.