30:00
Given the root of a binary tree, invert the tree, and return its root.
The number of nodes is in the range [0,100][0, 100][0,100].
−100≤Node.val≤100-100 \leq \text{Node.val} \leq 100−100≤Node.val≤100
4
2
7
1
3
6
9