Skip to content

a-tibi/ValidParentheses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ValidParentheses

Determines if the input string is valid:

  • Open brackets must be closed by the same type of brackets
  • Open brackets must be closed in the correct order

Example: "()" Valid "()[]{}" Valid "([{}])" Valid "([{])" Invalid "((({[]}" Invalid ")([]){}" Invalid

Releases

No releases published

Packages

 
 
 

Languages