Tree: Depth-First Search - Construct Tree from Inorder and Postorder
What is the time complexity of the optimized recursive solution that uses a hash map for index lookup when constructing a binary tree from inorder and postorder traversals of size n?
