Sorting Visualization Tool



live website: https://blakecondrey.github.io/sortingvisualizer/

This website generates an array of random-heighted columns, and allows the user to visualize:

  1. Bubble Sort Algorithm
  2. Insertion Sort Algorith
  3. Selection Sort Algorithm
  4. Merge Sort Algorithm
  5. Quick Sort Algorithm


The array size can be increased/decreased prior to sorting, and the sorting speed can be dynamically adjusted during the live sort.
This project was a fantastic exercise to grasp the concepts of sorting algorithms, and gave me the chance to sharpen-up on JavaScript and Bootstrap.

The source code may be forked or copy-pasted for your use.

www.blakecondrey.com