Pregunta de entrevista de Two Sigma

Implement reverse Polish notation (on paper) using only arithmetic operators.

Respuesta de la entrevista

Anónimo

14 dic 2016

Same as post-fix notation; use a stack.