Skip to content

ashirbad29/Sorting-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

73 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sorting Algorithm visualizer πŸ”₯

Netlify Status

A tool to visualize sorting algorithms built using ReactJS
Website is live here

Features

βœ… Control Visualization Speed

βœ… Change array size

βœ… Randomize Input

βœ… Choose various sorting algorithms

Algorithms to Visualize

βœ… Bubble Sort

βœ… Insertion Sort

βœ… Selection Sort

βœ… Quick Sort

βœ… Merge Sort

βœ… Heap Sort

Set it up locally πŸš€

  • clone the repo
    git https://github.com/ashirbad29/Sorting-Algorithm-Visualizer.git

  • Navigate to that folder
    cd Sorting-Algorithm-Visualizer

  • install required dependencies
    npm install

  • start the project locally
    npm start

About

A Sorting Algorithms Visualizer built using Javascript, React

Topics

Resources

Stars

Watchers

Forks