Fork me on GitHub
摘要: 20、Valid Parentheses Given a string containing just the characters '(', ')', '{', '}', '[' and ']', determine if the input string is valid. An input s 阅读全文
posted @ 2018-11-29 15:09 皮皮丶码 阅读(204) 评论(0) 推荐(0) 编辑
摘要: 14、Longest Common Prefix Write a function to find the longest common prefix string amongst an array of strings. If there is no common prefix, return a 阅读全文
posted @ 2018-11-29 14:29 皮皮丶码 阅读(340) 评论(2) 推荐(0) 编辑