recategorized by
272 views

1 Answer

0 votes
0 votes
New-Order Traversal:

Root - Right - Left

 

Reverse Polish notation (Postfix):

Left - Right - Root

 

So the answer will be reverse of given Postfix notation.

Thus 'C' is correct option.

Related questions

2 votes
2 votes
1 answer
1
2 votes
2 votes
2 answers
3
GO Classes asked Feb 4
341 views
Consider a binary tree. Among the following traversal combinations, which of them can uniquely construct the tree?Inorder + PreorderPreorder + PostorderOnly InorderInorde...