/Sorting-Visualizer

This is a sorting visualizer project which deals with different ways of sorting an array. Here the values of the array are represented by bar height.

Primary LanguageJavaScript

Sorting Visualization

This is a visualization project made using javascript

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Quick Sort
  • Merge Sort