LeetCode #100: Same Tree

https://leetcode.com/problems/same-tree/ This problem requires us to check whether two given binary trees are identical or not. In other words, we…

Read More