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
- 🔍 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
- Frontend: React.js, TailwindCSS
- Deployment: Vercel
Clone the repository and install dependencies:
git clone https://github.com/nilansh-07/dsa-visualizer.git
cd dsa-visualizer
npm install