Guna-07 / Visual-Sort-X

Sorting algo visualizer!

Home Page:https://visual-sort-x.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About the project

A Sorting algorithm visualizer to get a better understanding of how different sorting algorithms work - made using react.js. Sorting Algorithms visualized are as follows:

  1. Bubble Sort.
  2. Selection Sort.
  3. Insertion Sort.
  4. Quick Sort.
  5. MergeSort.

Hosted On Versel.

Run Project Locally

  1. Git Clone the project. (https://github.com/Guna-07/Visual-Sort-X.git)
  2. cd into the project folder. (cd sorting-vizualizer)
  3. install the dependencies. (npm install)
  4. Run the project. (npm start)

About

Sorting algo visualizer!

https://visual-sort-x.vercel.app/


Languages

Language:JavaScript 79.4%Language:CSS 12.5%Language:HTML 8.1%