Maze Builder Docs 6.7.5
|
Depth-first search algorithm for generating mazes. More...
#include <dfs.h>
Public Member Functions | |
virtual bool | run (std::unique_ptr< grid_interface > const &g, randomizer &rng) const noexcept override |
Run the depth-first search algorithm. | |
![]() |
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.