Skip to content

Latest commit

 

History

History
 
 

buildTreeInOrderPostOrder

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Problem

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

Solution

Post order to find root, divide and conquer