Tree: Depth-First Search - Construct Tree from Inorder and Postorder
Consider the following buggy code snippet for building a tree from inorder and postorder traversals. Which line contains the subtle bug that can cause incorrect tree construction or runtime errors?
