GeeksforGeeks » Algorithms

Microsoft Interview Question

(1 post)
  • Started 4 months ago by pwsmgxhctjk

Tags:

  1. Dedicated Programmer
    Member
    Posted 4 months ago #

    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.

RSS feed for this topic