Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 230 Bytes

File metadata and controls

3 lines (2 loc) · 230 Bytes

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.