Maze Builder Docs 6.3.5
Loading...
Searching...
No Matches
mazes::binary_tree Class Reference

Binary tree algorithm for generating mazes. More...

#include <binary_tree.h>

Inheritance diagram for mazes::binary_tree:
[legend]
Collaboration diagram for mazes::binary_tree:
[legend]

Public Member Functions

bool run (grid_interface *g, randomizer &rng) const noexcept override
 Run the binary tree algorithm.
 
- Public Member Functions inherited from mazes::algo_interface

Detailed Description

Binary tree algorithm for generating mazes.

Member Function Documentation

◆ run()

bool mazes::binary_tree::run ( grid_interface * g,
randomizer & rng ) const
overridevirtualnoexcept

Run the binary tree algorithm.

Parameters
g
rng
Returns
success or failure

Implements mazes::algo_interface.


The documentation for this class was generated from the following file: