Skip to content

blakecondrey/sortingvisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 Algorithm
  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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published