Sunday, February 24, 2013

Valid Parentheses



Valid ParenthesesJan 30 '12
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.

No comments:

Post a Comment