Reverse Polish Notation Flashcards
1
Q
State two advantages of RPN over infix
A
Simpler for a computer to evaluate
Simpler to code algorithm
Do not need brackets to show order of evaluation
No need to backtrack when evaluating
State two advantages of RPN over infix
Simpler for a computer to evaluate
Simpler to code algorithm
Do not need brackets to show order of evaluation
No need to backtrack when evaluating