aixh
aixh
全部文章
LeetCode
Java(117)
Linux(1)
MongoDB(1)
MySQL(2)
计算机安全与网络编程(1)
归档
标签
去牛客网
登录
/
注册
aixh的博客
全部文章
/ LeetCode
(共33篇)
45. Jump Game II
Given an array of non-negative integers, you are initially positioned at the first index of the array. Each element in the array represents your maxi...
LeetCode
2019-04-22
0
448
539. Minimum Time Difference
Given a list of 24-hour clock time points in "Hour:Minutes" format, find the minimum minutes difference between any two time points in the...
LeetCode
Java
2018-04-10
0
533
129. Sum Root to Leaf Numbers
这是一道关于二叉树树的题目,题目的本质是进行遍历各节点。 代码如下: class Solution(object): def Get_Sum(self, root, n): if not root: return 0 if ...
LeetCode
二叉树的便利
2018-02-02
0
465
首页
上一页
1
2
3
4
下一页
末页