Check given binary tree is mirror or symmetric tree (Java/ recursive /example)
We are given two binary tree, we need to find out whether one binary tree is mirror of other binary tree. We have discussed about the various examples of mirror binary tree. Let us take a look into two binary trees in below figure.
Binary Tree
Mirror Binary Tree