explicitgeek / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Visualization

This is a visualization project made using javascript

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

About

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.


Languages

Language:JavaScript 80.7%Language:HTML 15.2%Language:CSS 4.1%