Reverse Polish notation Flashcards
1
Q
Pros of RPN:
A
- No need for brackets
-processing can be carried out using a stack , no need for backtracking in evaluation as the operators appear in the order required for computation and can be evaluated from left to right
-RPN is simpler for a machine to evaluate