Skip to content

Latest commit

 

History

History

104. Construct Binary Tree from Preorder and Inorder Traversal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

这道题与 [77. Construct Binary Tree from Inorder and Postorder Traversal](../77. Construct Binary Tree from Inorder and Postorder Traversal) 的思路几乎一模一样。

所以不多做赘述了,解法上也没有太多创新,考点依旧是对二叉树深度遍历的理解。