← Back

DFS Backtracker

DFS Recursive Backtracker

Carves passages using depth-first search with a stack. Creates long, winding corridors with few branches. The most common maze generation algorithm.