LeetCode 106. Construct Binary Tree from Inorder and Postorder Traversal
Posted onInLeetcode
,
Tree Symbols count in article: 1.1kReading time ≈1 mins.
Question
Given two integer arrays inorder and postorder where inorder is the inorder traversal of a binary tree and postorder is the postorder traversal of the same tree, construct and return the binary tree.