白話解 Leetcode - 226 Invert Binary Tree
226. Invert Binary Tree https://leetcode.com/problems/invert-binary-tree/
EasyGiven the root of a binary tree, invert the tree, and return its root.
Example 1:
Input: root = [4,2,7,1,3,6,9] …
Posted by Alan Zhan on Sunday, June 12, 2022