8 Puzzle
Visual Labfor clear reasoning
Explore the board in a calmer interface built for study sessions. Compare A* and breadth-first search with readable motion, live metrics, and direct tile interaction.
Control deck
Shuffle and solve the puzzle manually
Puzzle solved
Move tiles manually or run automated search to inspect state transitions.
Rotation mode OFF: upar ke 2 buttons me se koi ek ON karo.
Performance analytics
Algorithm report workspace
Review move count, node expansion, and frontier behavior after each run. Keep both strategies in memory and compare them directly.
Shuffle the puzzle first, then use the buttons below to run analysis.
Solution Path
Run an algorithm above to see the full solution path.
A* prioritizes projected cost-to-go, which usually reduces expansion breadth for shuffled boards. Breadth-first search stays exhaustive and often grows frontier size faster.
Last run: —. Efficiency ratio: 0.00.