
状态压缩
Charles-Liu
这个作者很懒,什么都没留下…
展开
-
Can I Win
[leetcode]Can I Win链接:https://leetcode.com/problems/can-i-win/description/QuestionIn the “100 game,” two players take turns adding, to a running total, any integer from 1..10. The player who f...原创 2018-08-01 22:30:01 · 200 阅读 · 0 评论 -
Length of Longest Fibonacci Subsequence
[leetcode]Length of Longest Fibonacci Subsequence链接:https://leetcode.com/problems/length-of-longest-fibonacci-subsequence/description/QuestionA sequence X_1, X_2, ..., X_n is fibonacci-like if...原创 2018-08-02 22:22:32 · 423 阅读 · 0 评论 -
Coin Change
[leetcode]Coin Change链接:https://leetcode.com/problems/coin-change/description/QuestionYou are given coins of different denominations and a total amount of money amount. Write a function t...原创 2018-08-02 22:23:02 · 165 阅读 · 0 评论 -
Partition to K Equal Sum Subsets
[leetcode]Partition to K Equal Sum Subsets链接:https://leetcode.com/problems/partition-to-k-equal-sum-subsets/description/QuestionGiven an array of integers nums and a positive integer...原创 2018-08-12 21:56:34 · 217 阅读 · 0 评论