
求解的数量
文章平均质量分 68
jmspan
这个作者很懒,什么都没留下…
展开
-
LeetCode 351. Android Unlock Patterns(安卓解锁)
原题网址:https://leetcode.com/problems/android-unlock-patterns/ Given an Android 3x3 key lock screen and two integers m and n, where 1 ≤ m ≤ n ≤ 9, count the total number of unlock patterns of the An原创 2016-05-25 01:34:55 · 5441 阅读 · 0 评论 -
446. Arithmetic Slices II - Subsequence
原题网址:https://leetcode.com/problems/arithmetic-slices-ii-subsequence/ A sequence of numbers is called arithmetic if it consists of at least three elements and if the difference between any two con原创 2016-12-04 04:18:05 · 1323 阅读 · 0 评论 -
LeetCode 276. Paint Fence(篱笆涂色)
原题网址:https://leetcode.com/problems/paint-fence/ There is a fence with n posts, each post can be painted with one of the k colors. You have to paint all the posts such that no more than two adj原创 2016-04-14 00:48:41 · 1618 阅读 · 0 评论 -
LintCode Backpack(背包)
原题网址:http://www.lintcode.com/en/problem/backpack/ Given n items with size Ai, an integer m denotes the size of a backpack. How full you can fill this backpack? Notice You can not divid原创 2016-06-21 00:29:43 · 926 阅读 · 0 评论 -
LeetCode 91. Decode Ways(解码方法)
原题网址:https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an enco原创 2016-05-23 00:42:32 · 2606 阅读 · 1 评论 -
LeetCode 96. Unique Binary Search Trees(唯一二叉树)
原题网址:https://leetcode.com/problems/unique-binary-search-trees/ Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example, Given n = 3, there are a原创 2016-05-23 00:38:28 · 399 阅读 · 0 评论 -
LeetCode 70. Climbing Stairs(爬楼梯)
原题网址:https://leetcode.com/problems/climbing-stairs/ You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways原创 2016-05-22 00:05:13 · 466 阅读 · 0 评论 -
LeetCode 62. Unique Paths(唯一路线)
原题网址:https://leetcode.com/problems/unique-paths/ A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below). The robot can only move either down or right a原创 2016-05-21 09:29:27 · 375 阅读 · 0 评论 -
LeetCode 91. Decode Ways(解码方法)
原题网址:https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being encoded to numbers using the following mapping: 'A' -> 1 'B' -> 2 ... 'Z' -> 26 Given an enco原创 2016-05-26 00:47:29 · 754 阅读 · 0 评论 -
LeetCode 474. Ones and Zeroes
原题网址:https://leetcode.com/problems/ones-and-zeroes/ In the computer world, use restricted resource you have to generate maximum benefit is what we always want to pursue. For now, suppose you a原创 2016-12-15 04:47:57 · 1563 阅读 · 0 评论