Sometimes, Polish Notation is not very intuitive. So I made it easier using a visualizer.
A+B+C
the result shoud be
AB+C+
movement visualization
sample.input.mp4
(A*B)+C
the result should be
AB*C+
movement visualization
sample.with.parentheses.mp4
long inputs
(A+B+C+D)*( m + b * (A+(T-M/a)))
the result should be AB+C+D+mbATMa/-+*+*
long.input.sample.mp4
Setup
To use this, kindly refer to the releases. For contributions, it is recommended that you fork this repository and then clone locally.
This was develop in Netbeans 27, so for conveniece kindly use the same or higher ide.