Skip to content

Releases: ScarVite/Sort-Algorithm-Visualiser

Working Version for my Final Exam

12 Jul 10:30
dd49470
Compare
Choose a tag to compare

Features:

  • Make a sound depending on the Value of the int
  • A Bar chart to visualize the sorting
  • Special Cases (Already Sorted, Backwards Sorted)
  • Comparison Counter
  • Sorting Counter
  • Watch to measure how long it takes (adding a delay makes this value not comparable)
  • A Array Length Slider
  • A Max Value Slider
  • A Delay Slider (This Adds a Delay Between each sort, so algorithms which sort less are faster)

Working Algorithms:

  • Bubblesort
  • Insertionsort
  • Quicksort [Only First Index (see #3)]
  • Radixsort
  • Heapsort
  • Selectionsort
  • Shellsort