Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.04 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.04 KB

Visual Sorting

Program for visualizing various sorting algorithms

mergeSort.mp4

Requirements:

How To:

Down the zip of the repository, unzip, and double click the make_movie.bat. Input what sorting method you want to use and the array size, then sit back and watch as the sorting algorithm runs!

Available Methods (Recommended array size):

  • Bubble (N <= 50)
  • Cocktail (N <= 50)
  • Selection (N <= 50)
  • Insertion (N <= 50)
  • Shell (N <= 50)
  • Quick (N <= 100)
  • Merge (N <= 100)
  • Radix (N <= 100)

Credits:

Dave's Space - Awesome tutorial videos on creating this visualization method, https://github.com/davesspace/tutorial-visual-sorting