摘要:
曼哈顿距离 class Solution { public String alphabetBoardPath(String target) { int x = 0, y = 0, nx = 0, ny = 0; StringBuffer ans = new StringBuffer(""); for 阅读全文
posted @ 2019-08-02 16:29
cznczai
阅读(252)
评论(0)
推荐(0)
摘要:
class Solution { public int tribonacci(int n) { int T0 = 0; int T1 = 1; int T2 = 1; int arr[] = new int [40]; arr[0] = 0; arr[1] = 1; arr[2] = 1; for( 阅读全文
posted @ 2019-08-02 16:28
cznczai
阅读(229)
评论(0)
推荐(0)

浙公网安备 33010602011771号