For questions on Polish notation. Polish notation, named for the Polish logician Jan Łukasiewicz, is a mathematical notation in which operators precede their operands.
Polish notation is a prefix notation in which operators precede their operands. The notation allows mathematical expressions to be written unambiguously without the use of parentheses. For example
$$ \begin{matrix} + & 4 & \times & 3 & 5 \end{matrix} $$
can be written in the usual (infix) notation as
$$ 4+(3\times 5). $$
Polish logician Jan Łukasiewicz introduced the notation in 1924 and used it extensively in his own work. It has fallen out of use in logic, but still finds application in computer science.