Tree Isomorphism Proof

140 Views Asked by At

Okay, I am trying to prove or disprove that "if any two trees have the same number of nodes and every node in tree 1 maps to a distinct node on tree 2 such that they have the same degree, they are isomorphic". I am lost as to how to go about it. Any advice?