get tips labels that will avoid duplicate sibling comparisons
get_tips_that_avoid_redundant_comps.Rd
I.e., in a tree: (A, (B, C)) we don't want to compare B to C and then C to B, we only need to do one of those comparisons.
get_tips_that_avoid_redundant_comps.Rd
I.e., in a tree: (A, (B, C)) we don't want to compare B to C and then C to B, we only need to do one of those comparisons.