Pruthvi-Sanghavi / sorting_algorithm_visualizer

A react app to visualize the sorting algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sorting_algorithm_visualizer

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

A react app to visualize the sorting algorithms.

Creating workspace

npx create-react-app sorting_algo
cd sorting_algo

Opening the app

npm start

TODO

  1. Port the sorting algorithms to the react app
  2. Animate sorting
  3. Add more sorting algorithms
  4. Add unit testing and CI

Credits

This project is inspired by Clément Mihailescu's Algorithm Visualizer project.
Link to the Youtube video: link

About

A react app to visualize the sorting algorithms.

License:MIT License


Languages

Language:JavaScript 97.3%Language:CSS 2.7%