pub fn knuth_layout(
    tree: &mut ArenaTree<String>,
    index: usize,
    depth: &mut usize
)
Expand description

Initial set x and y of nodes in a tree: left son x is 0; right son x is 1; y is depth.