Algorithms
Algorithms copied to clipboard
Parenthesis Checker
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.
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
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.
Name: Vansh Tiwari Email: [email protected] I can solve this problem by using stack or without stack also
contributor - SSOC'23
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).
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