recategorized by
402 views

2 Answers

1 votes
1 votes
Inorder traversal is the sorted list, you just sort the elements in increasing order and you'll get an inorder traversal.
0 votes
0 votes
you know that inorder traversal of BST is always sorted..
sort the given post order ..you now have both inorder and postorder

Related questions

0 votes
0 votes
2 answers
2
gshivam63 asked May 31, 2016
2,928 views
Post order traversal of a BST is 35,50,55,60,50,100.then what can you say about the tree?(A) Min heap(B) Max heap(C) Strict binary tree(D) None of these