Polish inverse notation

What algorithms are there to convert the standard mathematical (infix) notation to the Polish inverse?

Author: A K, 2011-09-12

1 answers

Yes, based on the stack: reverse Polish notation.

 1
Author: IonRod, 2011-09-12 20:37:23