Algo-Tree icon indicating copy to clipboard operation
Algo-Tree copied to clipboard

Remove Invalid Parentheses

Open Atul-Kashyap opened this issue 3 years ago • 3 comments

Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results.

Input 1: "()())()" Output 1: ["()()()", "(())()"]

Input 2: "(a)())()" Output 2: ["(a)()()", "(a())()"]

Hey, I am Atul Kashyap, a GSSOC'21 participant. I want to contribute the code for the implementation of the Remove Invalid Parentheses in the C++ language. Please assign this task to me. @anubhavitis @dheerajkotwani @tarun26091999 @todi-2000 @geekquad @plazzy99 @rudrakshi99

Atul-Kashyap avatar Mar 13 '21 02:03 Atul-Kashyap

Hey, I’m a GSSOC'21 participant.I'd like to provide an understandable code with proper comments for this issue in Java. Please assign this issue to me.

beenusingh avatar Mar 13 '21 10:03 beenusingh

Hey , I'm a GSSOC'21 participant . I would like to work on this issue , Please assign to me .

Nishayadav-bit avatar Mar 31 '21 08:03 Nishayadav-bit

Please assign me this issue in Python.

Muskan0 avatar Apr 02 '21 14:04 Muskan0