1,684 views
2 votes
2 votes
If we have to construct the expression tree from this expression (3 + ((5+9)*2)) then what will be the order of push and pop operation on a stack ?Explain what to do with each operator and operand along the way of push and pop operation

1 Answer

Related questions

1 votes
1 votes
0 answers
1
iarnav asked Nov 19, 2017
632 views
To evaluate an expression with any embedded function call at any time how many stacks are needed?
5 votes
5 votes
5 answers
2
Arjun asked Dec 7, 2018
2,065 views
______ to evaluate an expression without any embedded function calls.Two stacks are requiredone stack is neededThree stacks are requiredMore than three stacks are require...
1 votes
1 votes
3 answers
4
Arjun asked Dec 7, 2018
1,470 views
Evaluation of the given postfix expression $10 \: 10 + 60 \: 6/^*8-$ is$192$$190$$110$$92$