In the pov tests, given a tree that must be reparented on node x, the tests ensure that the former parent of x comes after the former children of x.
I think it would be beneficial if the tests did not care about the ordering of the children, since trees probably don't care about the ordering of their children, and it almost certainly is valid to allow either order in the POV problem.
In the pov tests, given a tree that must be reparented on node
x, the tests ensure that the former parent ofxcomes after the former children ofx.I think it would be beneficial if the tests did not care about the ordering of the children, since trees probably don't care about the ordering of their children, and it almost certainly is valid to allow either order in the POV problem.