Domanda di colloquio di Two Sigma

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

Risposta di colloquio

Anonimo

14 dic 2016

Same as post-fix notation; use a stack.