Releases: fireslash88/VisualSort
Releases · fireslash88/VisualSort
Release list
VisualSort - v1.1
VisualSort - v1.1
Fixes
I made this release to fix a problem where users that don't have the MinGW compiler installed would get an error because of missing libraries.
Now the program gets compiled with MSVC and doesn't show any kind of error when running!
VisualSort - Release v1.0!
VisualSort - Release v1.0!
This is the first release of my software to visualize sorting algorithms!
Features
- Shuffle the values
- Start the sorting process
- Choose the number of values to display (up to 100)
- Change the sorting speed
- Display a short description of the selected algorithm
- Display statistics of the used algorithm
Algorithms
As of now, the available algorithms are:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort