LinkedIn interview question

Write a method that handles reverse polish notation using the correct data structure.

Interview Answer

Anonymous

16 Oct 2012

Use a stack (Like an HP calculator)