LinkedIn interview question

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

Interview Answer

Anonymous

Oct 16, 2012

Use a stack (Like an HP calculator)