Informatica interview question

Design the data structure for a calculator

Interview Answer

Anonymous

15 Jul 2016

I fumbled with many approaches on computing notations and totally missed on the expression tree. So, just keep trying.

2