Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add "Remove outermost Paranthesis" question in String Section #4289

Closed
5 tasks done
BamaCharanChhandogi opened this issue Aug 8, 2023 · 1 comment
Closed
5 tasks done

Comments

@BamaCharanChhandogi
Copy link
Member

What would you like to Propose?

  • I have read CONTRIBUTING.md.
  • This pull request is all my own work -- I have not plagiarized it.
  • All filenames are in PascalCase.
  • All functions and variable names follow Java naming conventions.
  • All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.

This Question Should add "Remove outermost Paranthesis" Question.

Issue details

"Valid Parentheses" question is available but this important question isn't available.

Example of Remove outermost Paranthesis:
Input: s = "(()())(())(()(()))"
Output: "()()()()(())"

Additional Information

No response

@siriak
Copy link
Member

siriak commented Aug 8, 2023

This is a coding problem, not a computer science algorithm. We don't usually add such problems.

@siriak siriak closed this as not planned Won't fix, can't repro, duplicate, stale Aug 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants