A web application for visualizing various data structures and algorithms, built using Vite and React.
- Stack - Visualize how stacks work in data structures.
- Queue - Learn the basics of queue operations.
- Binary Tree - Understand binary tree structures.
- BST with Traversal - Explore binary search trees and traversals.
- Towers of Hanoi - Solve the classic Towers of Hanoi puzzle.
- Sorting - Learn about different sorting algorithms.
- Vite - Fast frontend tooling for React.
- React - JavaScript library for building interactive user interfaces.
- TailwindCSS - Styling for a visually appealing UI.
- Framer-Motion - For Animation
- Clone the repository:
git clone https://github.com/DavidBatoDev/data-structure-algo-visualization.git
cd data-structure-algo-visualization/dsa- Install dependencies:
npm install- Start the development server:
npm run devNavigate to different visualizations using the UI. Interact with data structures and algorithms to understand their behavior.