pub fn check_contour_postorder_tidy_tree(
    tree: &mut ArenaTree<String>,
    index: usize,
    options: &Options,
    config: &Config
)
Expand description

Solve the conflicts between the left subtree and the right subtree.