Two Sigma interview question

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

Interview Answer

Anonymous

Dec 14, 2016

Same as post-fix notation; use a stack.