摘要: Write a function to find the longest common prefix string amongst an array of strings.public class Solution { public string LongestCommonPrefix(string[] strs) { StringBuilder result = new StringBu... 阅读全文
posted @ 2017-04-16 00:12 xiejunzhao 阅读(177) 评论(0) 推荐(0)