Netcracker Technology Interview Question

Q. Write a program to remove unwanted parenthesis in an expression

Interview Answers

Anonymous

Jul 28, 2016

They preferred a solution in Java, I did code in Java and used stack to add the braces from reverse and pop them off if they matched.

Anonymous

Feb 15, 2018

Is this question was in first round.