Problem Given inorder and postorder traversal of a tree, construct the binary tree. Solution Post order to find root, divide and conquer