摘要:
import org.junit.Test;public class NthUglyNumber { /** * @param n: An integer * @return: the nth prime number as descriptio... 阅读全文
posted @ 2018-08-07 23:01
wei1
阅读(102)
评论(0)
推荐(0)
摘要:
import org.junit.Test;import java.util.Arrays;import java.util.List;public class FizzBuzz { /** * @param n: An integer * @r... 阅读全文
posted @ 2018-08-07 23:00
wei1
阅读(125)
评论(0)
推荐(0)
摘要:
import org.junit.Test;public class DigitCounts { /* * @param : An integer * @param : An integer * @return: An integer d... 阅读全文
posted @ 2018-08-07 22:59
wei1
阅读(100)
评论(0)
推荐(0)
摘要:
public class BinarySearch { /** * @param nums: The integer array. * @param target: Target to find. * @return: The fir... 阅读全文
posted @ 2018-08-07 22:27
wei1
阅读(102)
评论(0)
推荐(0)
摘要:
import org.junit.Test;public class AplusB { /** * @param a: An integer * @param b: An integer * @return: The sum of a a... 阅读全文
posted @ 2018-08-07 22:26
wei1
阅读(179)
评论(0)
推荐(0)
摘要:
package dp;import org.junit.Test;public class NumWays { /** * @param n: non-negative integer, n posts * @param k: non-negat... 阅读全文
posted @ 2018-08-07 22:25
wei1
阅读(128)
评论(0)
推荐(0)
摘要:
import org.junit.Test;public class IsInterleave { /** * @param s1: A string * @param s2: A string * @param s3: A string... 阅读全文
posted @ 2018-08-07 21:47
wei1
阅读(118)
评论(0)
推荐(0)

浙公网安备 33010602011771号