Jenny's Subtrees

  • + 1 comment

    The editorial assumes that if two subtrees hash to the same value, they are equal. While this may work for the given input data, it is a bad assumption in general. Disappointing. Especially since it is possible to check for such collisions within the time limits, given a careful implementation.