@param T1, T2: The roots of binary tree. @return: True if T2 is a subtree of T1, or false.
(TreeNode T1, TreeNode T2)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected