Maze Builder Docs 6.0.1
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 (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.
 
- 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 ( std::unique_ptr< grid_interface > const & g,
const std::function< int(int, int)> & get_int,
const std::mt19937 & rng ) const
overridevirtualnoexcept

Run the binary tree algorithm.

Parameters
g
get_int
rng
Returns
success or failure

Implements mazes::algo_interface.


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