reverse Polish notation
nounDefinition of reverse Polish notation
: a system of representing mathematical and logical operations in which the operands precede the operator and which does not require the use of parentheses
(3 + 5) − (2 + 1) in reverse Polish notation is expressed as 3 5 + 2 1 + −
— called also postfix notation
Keep scrolling for more