pub fn binary_tree(depth: usize) -> Graph<(), ()>
Complete binary tree of given depth (0 = just root).