Skip to main content

binary_tree

Function binary_tree 

Source
pub fn binary_tree(depth: usize) -> Graph<(), ()>
Expand description

Complete binary tree of given depth (0 = just root).