Amazon Interview Question

Evaluate a mathematical expression like "(2+4)*14+56)". Note that the expression is with string

Interview Answer

Anonymous

Jul 25, 2024

I tried to solve it using stacks but I couldn't complete the solution in time.