Postfix Notation
Postfix notation or as it is sometimes referred, Reverse Polish Notation, is a
mathematical notation in which operators follow operands. A simple example of
this is adding two to two, which would result in 4
:
2 2 +
Postfix notation or as it is sometimes referred, Reverse Polish Notation, is a
mathematical notation in which operators follow operands. A simple example of
this is adding two to two, which would result in 4
:
2 2 +