Netcracker Technology interview question

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

Interview Answers

Anonymous

15 Feb 2018

Is this question was in first round.

Anonymous

28 July 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.