A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区
传智教育官网黑马程序员官网
只需一步,快速开始
sandwicher
初级黑马
黑马币:
帖子:
精华:
© sandwicher 初级黑马 / 2015-10-11 22:27 / 369 人查看 / 2 人回复 / 0 人收藏 转载请遵从CC协议 禁止商业使用本文
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.