The single page application for visualizing sorting algorithms. It's developed using React & TypeScript.
Demo: https://attaphong.dev/sorting-visualizer/
This project can visualize 3 algorithms below,
- Bubble Sort
- Merge Sort
- Quick Sort
# start with hot reloading
yarn start
# build
yarn build
This educational project is inspired by Clément's sorting visualizer project here.