Skip to content

Commit

Permalink
Fix 1 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrigankpawagi authored Dec 29, 2023
1 parent bb596ad commit 521e380
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions translation/drafts/1
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"""

"""
Is function ka input ek string hota hai jisme multiple groups hote hain nested parentheses ke. Aapka goal hai
un groups ko alag alag strings me separate karna aur unki list return karni hai.
Separate groups balanced hote hain (har open brace sahi se close hota hai) aur ek dusre ke andar nested nahi hote
Is function ka input ek string hai jisme nested parentheses ke kayi groups hai. Aapka goal hai
un groups ko alag alag strings me separate karna aur unki list return karna.
Separate groups balanced hote hain (har open brace sahi se close hota hai) aur ek dusre ke andar nested nahi hote.
Input string me koi bhi spaces ko ignore karo.
>>> separate_paren_groups('( ) (( )) (( )( ))')
['()', '(())', '(()())']
"""
"""

0 comments on commit 521e380

Please sign in to comment.