|
Maze Builder Docs 7.5.6
|
Depth-first search algorithm for generating mazes. More...
#include <dfs.h>
Public Member Functions | |
| virtual bool | run (grid_interface *g, randomizer &rng) const noexcept override |
| Run the depth-first search algorithm. | |
Public Member Functions inherited from mazes::algo_interface | |
Depth-first search algorithm for generating mazes.
This algorithm uses random searches to explore and visit cells and their neighbors
|
overridevirtualnoexcept |
Run the depth-first search algorithm.
| g | |
| rng |
Implements mazes::algo_interface.