Skip to content

VisualSort - Release v1.0!

Choose a tag to compare

@fireslash88 fireslash88 released this 07 Aug 14:18
· 2 commits to master since this release

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