Data Structures and Algorithms - Old Questions
5. Construct an expression tree from the following postfix:
AB + C*DC – -FG + $
5 marks
|
Asked in 2067
Given postfix expression:
AB + C*DC – -FG + $
Expression tree for given expression is constructed below: