Reverse Polish Notation Converter This project uses stack to perform and visualize polish notation conversion from infix notation simple Input A+B+C the result shoud be AB+C+ movement visualization sample.input.mp4 input with parentheses (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