Reverse Polish notation
ID: reverse-polish-notation
Reverse Polish Notation (RPN) is a mathematical notation in which operators follow their operands. It eliminates the need for parentheses to dictate the order of operations, which is required in standard mathematical notation. In RPN, an expression is evaluated by reading from left to right and applying operators as soon as their operands are available.
New to topics? Read the docs here!