Hey there! Welcome! This is a sorting visualizer. I wanted to visualize sorting algorithms in action so I build this gem of a thing. I hope you will like it. I enjoyed building it. Any suggestions are welcome.
-
Stack: VanillaJS, HTML, CSS
-
Algorithms: Bubble Sort, Insertion Sort, Merge Sort, Quick Sort.
- Clone the repository
- npm install
- npm run start

