摘要: Write a function to find the longest common prefix string amongst an array of strings. 1 class Solution { 2 public: 3 string longestCommonPrefix(v... 阅读全文
posted @ 2014-10-22 16:24 linyx 阅读(129) 评论(0) 推荐(0) 编辑