I cannot draw this tree, I would appreciate if the answer couldinclude the tree drawn please.
12. Question If the inorder and preorder traversal of a binary tree are D, B, F, E, G, H, A, C and A, B, D, E, F, G, H, C respectively then, the postorder traversal of that tree is: D, F, H, G, E, B, C, A D, F, H, G,
OR
OR