[][src]Module algorithms_edu::algo::graph::tree::isomorphism

Determines if two unrooted trees are isomorphic. This algorithm can easily be modified to support checking if two rooted trees are isomorphic.

Resources