Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 216 Bytes

File metadata and controls

8 lines (8 loc) · 216 Bytes

Sorting_Visualizer

This is a simple visualization project made using JavaScript, HTML and CSS.

It has the following sorting algorithms:

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