Binary tree can be construed back using
Answers
Answered by
0
Answer:
We can construct a unique binary tree from inorder and preorder sequences and the inorder and postorder sequences. But preorder and postorder sequences don't provide enough information to create a unique binary tree. Several binary trees can be constructed due to ambiguity.
Attachments:
Similar questions