Invert Binary Tree

#226
Easy
Binary Tree
O(n)
O(h)
Google
Amazon
Microsoft
Facebook
View on LeetCode

Problem Description

Given the root of a binary tree, invert the tree, and return its root.