Netcracker Technology interview question

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

Interview Answers

Anonymous

28 Jul 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

15 Feb 2018

Is this question was in first round.