Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 410 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 410 Bytes

Visual Sort

  • This is a sorting visualizer application built using React.js
  • The algorithms that can be visualized currently are bubble sort, insertion sort, merge sort and quick sort.
  • The application is responsive in nature and has a dark theme by default, but it has a theme switch which can be used to toggle the light theme.