Maze Builder Docs 6.0.1
|
Binary tree algorithm for generating mazes. More...
#include <binary_tree.h>
Public Member Functions | |
bool | run (std::unique_ptr< grid_interface > const &g, const std::function< int(int, int)> &get_int, const std::mt19937 &rng) const noexcept override |
Run the binary tree algorithm. | |
![]() |
Binary tree algorithm for generating mazes.
|
overridevirtualnoexcept |
Run the binary tree algorithm.
g | |
get_int | |
rng |
Implements mazes::algo_interface.