摘要: package LeetCode_1137 /** * 1137. N-th Tribonacci Number * https://leetcode.com/problems/n-th-tribonacci-number/description/ * * The Tribonacci sequen 阅读全文
posted @ 2020-04-05 01:31 johnny_zhao 阅读(148) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_746 /** * 746. Min Cost Climbing Stairs * https://leetcode.com/problems/min-cost-climbing-stairs/description/ * On a staircase, the i 阅读全文
posted @ 2020-04-05 01:14 johnny_zhao 阅读(132) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_70 /** * 70. Climbing Stairs * https://leetcode.com/problems/climbing-stairs/description/ * */ class Solution { fun climbStairs(n: In 阅读全文
posted @ 2020-04-05 01:12 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑