Question

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

Was it helpful?

Solution

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top