摘要: Write a function to find the longest common prefix string amongst an array of strings.这题是寻找一组字符串的最长公共前缀,举个例子:“abc” "a"显然lPrefixString = "a",注意检查空串的情况!... 阅读全文
posted @ 2015-04-25 19:12 BestWangJie 阅读(134) 评论(0) 推荐(0) 编辑