Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 272 Bytes

File metadata and controls

12 lines (12 loc) · 272 Bytes

Sorting algorithm visualizer🔥

Visualize various sorting algorithms
Website is live here

Tech used

  • React
  • HTML
  • CSS

Algorithm currently Supported

  • Merge sort
  • Insertion sort
  • Selection sort
  • Bubble sort