Informatica Interview Question

Design the data structure for a calculator

Interview Answer

Anonymous

Jul 15, 2016

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

2