Sorting-Algorithm-Visualizer icon indicating copy to clipboard operation
Sorting-Algorithm-Visualizer copied to clipboard

A Sorting Algorithms Visualizer built using Javascript, React

Sorting Algorithm visualizer 🔥

Netlify Status

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

Features

:white_check_mark: Control Visualization Speed

:white_check_mark: Change array size

:white_check_mark: Randomize Input

:white_check_mark: Choose various sorting algorithms

Algorithms to Visualize

:white_check_mark: Bubble Sort

:white_check_mark: Insertion Sort

:white_check_mark: Selection Sort

:white_check_mark: Quick Sort

:white_check_mark: Merge Sort

:white_check_mark: 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