sorting-visualizer
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. You can access it here. https://sortingvisualizer1.netlify.app/ (Use Chrome and preferably on desktop!)
details
-
Stack: VanillaJS, HTML, CSS
-
Algorithms: Bubble Sort, Insertion Sort, Merge Sort, Quick Sort.
Install locally
- Clone the repository
- npm install
- npm run start