Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 247 Bytes

File metadata and controls

8 lines (5 loc) · 247 Bytes

Given inorder and postorder traversal of a tree, construct the binary tree.

Note:

You may assume that duplicates do not exist in the tree.

Show Tags Tree Array Depth-first Search