Postfix Notation: An Interview Exercise

from blog Just Some Code, | ↗ original
You are applying for your first position or for a new job. You are asked to complete a coding exercise: evaluate an expression in postfix notation. Let’s see what is postfix notation and how to evaluate postfix expressions in C#. What is Postfix Notation? Math and some programming languages use the infix notation. It places the operator between...