Two Sigma interview question

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

Interview Answer

Anonymous

14 Dec 2016

Same as post-fix notation; use a stack.