A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

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“

评分

参与人数 1黑马币 +5 收起 理由
zhao543 + 5 很给力!

查看全部评分

1 个回复

倒序浏览
占楼,待发答案。
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马