leetcode 14 Longest Common Prefix
摘要:
Write a function to find the longest common prefix string amongst an array of strings. 我的解决方案: class Solution {public: string longestCommonP... 阅读全文
posted @ 2015-06-29 22:53 吴一达 阅读(131) 评论(0) 推荐(0)