449. Serialize and Deserialize BST 449. Serialize and Deserialize BST 參考 297. Serialize and Deserialize
124. Binary Tree Maximum Path Sum 124. Binary Tree Maximum Path Sum 這一題是後序遍歷的經典題目,後序遍歷的精神就是先將子樹的問題全部解決,再開始處理跟節點的問題,這一題要怎麼想到的確是屬於困難的題型。
106. Construct Binary Tree from Inorder and Postorder Traversal 106. Construct Binary Tree from Inorder and Postorder Traversal postorder