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