黑马程序员技术交流社区

标题: LeetCode 算法题 14. Longest Common Prefix [打印本页]

作者: Miss_Allsunday    时间: 2017-6-18 12:04
标题: LeetCode 算法题 14. Longest Common Prefix
14. Longest Common Prefix
Write a function to find the longest common prefix string amongst an array of strings.


写一个函数用来找一个字符串数组中的最长公共前缀。


你需要完成以下函数:
char* longestCommonPrefix(char** strs, int strsSize) {

}

这道题的网址是:“https://leetcode.com/problems/longest-common-prefix/#/description“


作者: Miss_Allsunday    时间: 2017-6-18 12:05
占楼,待发答案。




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) 黑马程序员IT技术论坛 X3.2