Skip to main content

binary_tree_graph

Function binary_tree_graph 

Source
pub fn binary_tree_graph<T>(height: usize) -> Graph<T, f64>
where T: Clone + Default,
Expand description

生成完全二叉树