摘要:
print all permutation of strings From Herepublic static void permutation(String str) { permutation("", str); }private static void permutat... 阅读全文
posted @ 2015-04-02 04:23
Seth_L
阅读(107)
评论(0)
推荐(0)
摘要:
public class Solution { public int[] twoSum(int[] numbers, int target) { HashMap num = new HashMap(); for(int i = 0; i array... 阅读全文
posted @ 2015-04-02 04:13
Seth_L
阅读(152)
评论(0)
推荐(0)
摘要:
Example:WordDistanceFinder finder = new WordDistanceFinder(Arrays.asList(“the”, “quick”, “brown”, “fox”, “quick”));assert(finder.distance(“fox... 阅读全文
posted @ 2015-04-02 04:05
Seth_L
阅读(484)
评论(0)
推荐(0)
浙公网安备 33010602011771号