Skip to content

anishhh20/Sorting-Visualizer-React

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

A better visualization of different algorithms made with React. This is a web app built using React and is used to visualize classic sorting algorithms such as bubble sort, merge sort, and quick sort.

Live demo

Visit 🔗

To do / Features

  • Basic UI
  • Generate values
  • Bubble sort
  • Adjustable settings
  • Merge sort
  • Quick sort
  • Color code sorted bars
  • Better styling
  • Indicate bars being compared

Installation

The app is already deployed so you can play around with the final product using this link.

If you wish to run this app locally, clone this repo and install the dependencies.

$ git clone https://github.com/anishhh20/Sorting-Visualizer-React.git
$ cd Sorting-Visualizer-React
$ npm install

Created with create-react-app. See the full create-react-app guide.