S
Santosh
hello.
this is my first post in this group.
i would like to know ,if for the question given below it is possible
to construct a binary tree.
the two traversals given are:
postorder:[A,B,C,D,E,G,F,H,I,J]
inorder:[B,C,A,E,G,D,H,F,I,J]
P.S.i cannot confirm the validity of the question.
In my opinion a solution is not possible.
I just want to confirm it
this is my first post in this group.
i would like to know ,if for the question given below it is possible
to construct a binary tree.
the two traversals given are:
postorder:[A,B,C,D,E,G,F,H,I,J]
inorder:[B,C,A,E,G,D,H,F,I,J]
P.S.i cannot confirm the validity of the question.
In my opinion a solution is not possible.
I just want to confirm it