Given the root of a binary tree, check whether it is a **mirror of itself** (i.e., symmetric around its center).
O(n)
O(h)