Interactive React visualizer with dedicated pages for sorting, searching, and maze pathfinding.
- Sorting Studio: Bubble, selection, insertion, and quick sort animations.
- Searching Bay: Linear and binary search with step-by-step highlights.
- Maze Solver: A* and Dijkstra on an 8x8 grid with draw + random maze tools.
- Controls: Adjust datapoints, speed, and search targets.
- UI: Light/dark mode with responsive layout and navbar navigation.
npm install
npm run dev