Check if two trees are Mirror - GeeksforGeeks
Check if two trees are Mirror
Given two Binary Trees, write a function that returns true if two trees are mirror of each other, else false. For example, the function should return true for following input trees.
Read full article from Check if two trees are Mirror - GeeksforGeeks
No comments:
Post a Comment