Skip to content
All projects

Personal project

Stacked

An interactive grid puzzle solver visualizing DFS, BFS, A*, and uniform-cost search.

Animated grid search visualization showing algorithm exploration and pathfinding states.

Stacked visualizes how different search algorithms — DFS, BFS, A*, and uniform-cost search — explore a grid to find a path, with animated path visualization built on predictable state transitions.

The interaction model stays responsive across screen sizes, turning an algorithms concept into something you can watch unfold step by step.

Highlights

  • Implemented DFS, BFS, A*, and uniform-cost search with animated path visualization.
  • Built predictable state transitions with Redux Toolkit.
  • Delivered responsive interaction across screen sizes.