leetcode_Hard
文章平均质量分 66
雨狮子
这个作者很懒,什么都没留下…
展开
-
Leetcode 51. N-Queens
51. N-Queens The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other. Given an integer n, return all distinct solutions to the n-原创 2018-03-01 21:34:43 · 199 阅读 · 0 评论 -
Leetcode 45. Jump Game II(dp)
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 maximum jump length at that posi原创 2018-03-03 14:58:34 · 447 阅读 · 0 评论