Where can I find C++/C code for tree isomorphism problem?

1.1k Views Asked by At

Where can I find code for tree isomorphism problem in O(N), where N is the number of nodes?

1

There are 1 best solutions below

0
On BEST ANSWER

Here is one such link: http://www.mareksacha.com/blog/tree-isomorphism-implementation

4th result on Google for "tree isomorphism c++"