连击 天
fork: star:
public class Solution { /** * @param s: The first string * @param b: The second string * @return true or false */ public String longestCommonPrefix(String[] strs) { // write you...
public class Solution { /** * @param A, B: Two string. * @return: the length of the longest common substring. */ public int longestCommonSubstring(String A, String B) { // write...
public class Solution { /** * @param strs: A list of strings * @return: A list of strings */ public List<String> anagrams(String[] strs) { // write your code here if(strs.length...
class Solution { /** * Returns a index to the first occurrence of target in source, * or -1 if target is not part of source. * @param source string to be scanned. * @param targe...
import java.util.LinkedList; public class Solution { /** * @param s: The first string * @param b: The second string * @return true or false */ public boolean anagram(String s, S...
没有更多内容
加载失败,请刷新页面
没有更多内容
文章删除后无法恢复,确定删除此文章吗?
动弹删除后,数据将无法恢复
评论删除后,数据将无法恢复