摘要: 题目:Write a function to find the longest common prefix string amongst an array of strings. 很简单的一个描述,最长公共前缀,首先想到的是用递归,既然是找公共前缀,那肯定要两个进行比较,所以把第一个和除了第一个之外 阅读全文
posted @ 2018-03-14 17:43 真的是从入门开始 阅读(142) 评论(0) 推荐(0)