Function: binaryTree()
binaryTree(
depth,options):DiGraph
Defined in: mobjects/graph/graphFactories.ts:99
Create a binary tree
Parameters
depth
number
Depth of the tree
options
Partial<GenericGraphOptions> = {}
Returns
A binary tree DiGraph