摘要:
1 /** 2 * 举例:String[] str = {"1","3","3","3","2","3","1"};str1="1",str2="2";返回2 3 * last1最近一次出现str1的位置,last2最近一次出现str2的位置 4 */ 5 public static int minDistance(String[] str,S... 阅读全文
posted @ 2016-11-28 19:40
渣渣的步伐
阅读(633)
评论(0)
推荐(0)