Skip to content

Files

Latest commit

4a4b3a5 · Mar 15, 2018

History

History

20. Valid Parentheses

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Mar 15, 2018
Mar 15, 2018

Description

Given a string containing just the characters (, ), {, }, [ and ], determine if the input string is valid.

The brackets must close in the correct order, () and ()[]{} are all valid but (] and ([)] are not.