January 2018
Intermediate to advanced
332 pages
7h 36m
English
The input (anything that the user types) will be an expression in the infix notation, which is human-readable. Consider this for example:
(1 + 1) * 2
However, this is not something that we can evaluate as it is, so we convert it into a postfix notation or reverse polish notation.
To convert an infix to a postfix notation is something that takes a little getting used to. What we have is a watered-down version of that algorithm in Wikipedia, as follows:
Read now
Unlock full access