Skip to content

snehaprajapati25/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌀 Sorting Visualizer

A React-based interactive visualizer for understanding popular sorting algorithms such as Merge Sort, Quick Sort, Heap Sort, and Bubble Sort.


🚀 Features

  • Step-by-step animations for sorting algorithms
  • Adjustable array size and animation speed
  • Multiple algorithm choices
  • Clean and responsive UI
  • Built using reusable React components

🧠 Algorithms Implemented

  • Merge Sort
  • Quick Sort
  • Heap Sort
  • Bubble Sort

Each algorithm is visualized with clear transitions to help understand its behavior and time complexity.


🛠️ Tech Stack

  • React.js
  • JavaScript (ES6+)
  • HTML, CSS

📂 Project Setup

Clone the repository

git clone https://github.com/snehaprajapati25/Sorting-Visualizer.git
cd Sorting-Visualizer

### Install dependencies
```bash
npm install
npm start
---

Your app will be available at:
👉 http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors