104. Maximum Depth of Binary Tree
226. Invert Binary Tree
二叉樹的遍歷
先序遍歷:144. Binary Tree Preorder Traversal
中序遍歷:94. Binary Tree Inorder Traversal
后序遍歷:145. Binary Tree Postorder Traversal
層次遍歷:102. Binary Tree Level Order Traversal
107. Binary Tree Level Order Traversal II
蛇形層次遍歷:103. Binary Tree Zigzag Level Order Traversal
垂直遍歷:314. Binary Tree Vertical Order Traversal
根據(jù)前序/后序 + 中序 遍歷序列構(gòu)造樹:
105. Construct Binary Tree from Preorder and Inorder Traversal
106. Construct Binary Tree from Inorder and Postorder Traversal