The problem is Given Two Binary Trees, write a function that returns true if one is mirror of other, else returns false.
Now I wrote this solution