Skip to content

chsyan/sorting-visualizer

Repository files navigation

Sorting Visualizer

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/.

Algorithms

Building

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