Hi,
Could you please help me with the below algorithm ? I have constructed binary tree, but i am not well versed with the algorithm and also check if the binary tree (attached) is correct .
Given Postorder & Inorder traversals. Construct the binary tree & write recursive algorithm for tree traversals (Consider all three traversals).
Postorder : IHGFEDCBA
Inorder : GHIFEDCBA
Thanks in advance,
Regards,
Pradeep


Reply With Quote
Bookmarks