Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Parenthesis Checker

Open SwapnilGanguly opened this issue 1 year ago • 4 comments

This algorithm makes sure if a string consisting of parenthesis (including (), {}, []) is valid or not.

Describe the solution you'd like Example: [ { ( ) } ] is valid, but { } ) ( is invalid as the first brackets are wrongly placed.

SwapnilGanguly avatar Jun 02 '23 05:06 SwapnilGanguly

Name: Mohammed owais Email: [email protected] I have complete knowledge of this issue. It is one of the building block problems in the coding. I can be solve in the complexity of(time - O(N) and space - O(1)) With or without stack contributor - SSOC'23

OWAIS-THEGREAT avatar Jun 02 '23 20:06 OWAIS-THEGREAT

Hello,

My name is Harshit Mishra, and I am a student at IIIT Una. I possess a strong understanding of data structures and algorithms and have the ability to write optimized code with explanatory comments. I kindly request to be assigned this issue.

harshit7045 avatar Jun 03 '23 05:06 harshit7045

Name: Vansh Tiwari Email: [email protected] I can solve this problem by using stack or without stack also

contributor - SSOC'23

Vansh912 avatar Jun 04 '23 02:06 Vansh912

Hiii @Kumar-laxmi. I have a good command on DSA and algorithms in java language. pls assign this problem to me as contributor of SSOC'23. I can solve this using stack in TC O(n).

JSWizard1 avatar Jun 09 '23 19:06 JSWizard1

This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem

github-actions[bot] avatar Jul 31 '24 16:07 github-actions[bot]