Visualizations of different sorting algorithms and is hosted at https://sort.chsyan.com. Inspired by Sound of Sorting, just without the sound! There is an older version of this project at https://github.com/chsyan/comparison-sorting-visualizer/.
- Quick Sort
- Bubble Sort
- Comb Sort
- Insertion Sort
- Shell Sort
- Selection Sort
- Merge Sort
- Heap Sort
- Cocktail Shaker Sort
- Gnome Sort
- Odd-Even Sort
- Cycle Sort
- Bogo Sort
The project can be cloned using git
$ git clone https://github.com/chsyan/sorting-visualizer.git
$ cd comparison-sorting-visualizer
This is a Next.js project, you can build and run using the following from
npm install
npm run build && npm run start # npm run dev if you want to run a dev server