Skip to content

Releases: fireslash88/VisualSort

VisualSort - v1.1

Choose a tag to compare

@fireslash88 fireslash88 released this 08 Aug 11:19

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!

Choose a tag to compare

@fireslash88 fireslash88 released this 07 Aug 14:18

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