Tag Archives: Algorithms

Evaluating postfix expressions

The standard notation used to represent mathematical expressions is called infix notation. You should be very familiar with it already because it is almost exclusively used in books and thought in schools. Just to be clear, the typical example of … Continue reading

Posted in Algorithms, Java | Tagged , | 3 Comments