Question

Which of the following techniques is used to evaluate a postfix expression efficiently?

A Recursion with a stack
B Direct calculation without any data structure
C Using a queue to maintain operands and operators
D Using a single stack to store operands
E Converting postfix to infix for evaluation
Practice Next

Hey! Ask a query