Upon watching Clément Mihailescu's video, I was inspired and decided to make a sorting algorithms visualizer of my own.
Built using Next.js (kind of overengineered), this sorting visualizer supports visualizing 4 sorting algorithms which are:
Selection Sort | Insertion Sort |
---|---|
Bubble Sort | Merge Sort |
---|---|
- Node.js;
- Yarn.
- Clone the repo and
cd
into the directory; - Install the dependencies:
yarn
- Run the following command:
yarn build && yarn start
- The web app can be accessed at localhost:3000.
Distributed under the MIT License. See LICENSE for more information.
Much thanks to these people/organizations/resources that made this project possible to be as it is now!