会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
雪压枝头低
博客园
首页
新随笔
联系
订阅
管理
2021年9月27日
14.LeetCode 最长前缀
摘要: 简单点暴力解法 public static String st(String [] str){ // 合理性校验 if (str.length==0||str==null)return ""; // 最长前缀 随便找一个就行 for (int i = 0; i < str[0].length();
阅读全文
posted @ 2021-09-27 15:00 OTeam
阅读(43)
评论(0)
推荐(0)
公告