Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 909 Bytes

File metadata and controls

30 lines (21 loc) · 909 Bytes

🧩 DSA Visualizer

An interactive web-based tool to learn, practice, and understand Data Structures & Algorithms through real-time visualizations. This app makes abstract concepts intuitive by turning logic into step-by-step animations.

🔗 Live Demo: DSA Visualizer


✨ Features

  • 🔍 Visualize searching & sorting algorithms step by step
  • 🎨 Customizable input arrays and target values
  • 🎥 Play, pause, and control the visualization speed
  • 📊 Real-time updates to see how algorithms work internally
  • 📱 Responsive and user-friendly interface

🚀 Tech Stack

  • Frontend: React.js, TailwindCSS
  • Deployment: Vercel

📂 Project Setup

Clone the repository and install dependencies:

git clone https://github.com/nilansh-07/dsa-visualizer.git
cd dsa-visualizer
npm install