There are two binary trees T1 and T2 which store character data, duplicates allowed. How can I find whether T2 is a subtree of T1 ? . T1 has millions of nodes and
I am not sure, whether my idea is correct. Nevertheless, for your persual.