# Description Given the root of a binary tree, invert the tree, and return its root. ## Reference https://leetcode.com/problems/invert-binary-tree/