Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.35 KB

README.md

File metadata and controls

37 lines (31 loc) · 1.35 KB

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