avinash201199 / avinash201199/DSA-Questions
DSA-Stack-Python- Valid Parenthesis
Open
- Dominant language
- C++
- Stars
- 88
- Forks
- 167
- PR merge metrics
- No merged PRs in 30d
Description
Hey there, I'm participating in #hactoberfest2k21, Please assign me the issue. Good day!
Given a string s containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid.
An input string is valid if:
Open brackets must be closed by the same type of brackets.
Open brackets must be closed in the correct order.
Example:
Input: s = "()[]{}"
Output: true
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.