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 answers

0
rkg On BEST ANSWER

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

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