A website that display different sorting algorithms with animation chart. Inspired by Clément Mihailescu.
Live Demo: https://chaohuichen.github.io/sortingvisualizer/
- Clone down the repo
- run
npm installto install the dependency packages - run
npm startto runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.