Binary Tree
LeetCode: [226] Invert Binary Tree
Solution For this problem we just solve the base problem for a tree with children, and then we use recursion to bubble up the changes.
Solution For this problem we just solve the base problem for a tree with children, and then we use recursion to bubble up the changes.