Question d’entretien chez Two Sigma

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

Réponse à la question d'entretien

Utilisateur anonyme

14 déc. 2016

Same as post-fix notation; use a stack.