ALGO_VISUALIZER

Maze Generator (Backtracker)

Generates a perfect maze using the Recursive Backtracker algorithm. Think of it as a "miner" digging tunnels: it moves to a random unvisited neighbor, carving a path, and backtracks when stuck to find new routes.