Test case 3 failing


please tell me error

Change line no 27 of your code,
if ( isIdentical(root1->left, root2->left)
&& isIdentical(root1->right, root2->right))
Rest code is fine.

mam…it worked…thank you…can u tell me why it was failing before