Determining whether two trees are isomorphic

66 Views Asked by At

Is there a (probably recursive) algorithm that can be used to determine whether two not necessarily binary ordered (sub)trees are isomorphic or not?