Skip to content

Releases: ricardoholmes/sorting-algorithm-visualiser

Version 1.1

29 Jul 03:25
a7f9d60
Compare
Choose a tag to compare

Updated a lot of the back-end code and overall visuals. Completely rewrote the code for playing sound. Added a bunch of options for customising sound and graphics, and a way to track stats.

See the corresponding milestone here.

This may very well be the final release, so enjoy!

What's Changed

Full Changelog: v1.0...v1.1

Version 1.0

05 Sep 20:38
a08ecd3
Compare
Choose a tag to compare

This is the first release of the "Sorting Algorithm Visualiser". It introduces a tool for visualising various different sorting algorithms in both Command Line Interface (CLI) and Graphical User Interface (GUI) modes. This version offers a way to explore and understand some fundamental sorting algorithms (as well as a couple of esoteric ones), helping users understand how they work and which ones are faster than others. Key features include real-time visualisation, multiple sorting algorithms, and user-friendly controls. Try it out, and happy sorting!