Skip to content

limivann/sorting-visualizer

Repository files navigation

Sorting Visualizer

React TypeScript app to visualize sorting algorithm with animations

I built this application because I was fascinated by sorting algorithms, and I wanted to visualize them in action.

Sorting Algorithms Visualized

  1. Bubble Sort
  2. Insertion Sort
  3. Merge Sort
  4. Quick Sort
  5. Heap Sort

Develop

To further develop this project, clone this repo and make sure you have the following prerequisites.

From your command line go tothe repo's folder and run the following scripts in the terminal.

1. Go to repo's folder

$ cd sorting-visualizer

2. Install dependencies

$ npm install

3. Start the web application

$ npm start

Releases

No releases published

Packages

No packages published

Languages