Pergunta de entrevista da empresa Two Sigma

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

Resposta da entrevista

Sigiloso

14 de dez. de 2016

Same as post-fix notation; use a stack.