GeeksforGeeks » Algorithms
Microsoft Interview Question
(1 post)-
Remove extra or duplicate parenthesis.
example: ((a+b) *((c+d)))
will be outputted as (a+b)*(c+d)
Reply
You must log in to post.
Remove extra or duplicate parenthesis.
example: ((a+b) *((c+d)))
will be outputted as (a+b)*(c+d)
You must log in to post.