http://toutiao.com/a6289159538663538946/?tt_from=weixin&utm_campaign=client_share&app=news_article&utm_source=weixin&iid=4065589722&utm_medium=toutiao ...
分类:
其他好文 时间:
2016-06-12 10:43:03
阅读次数:
127
Container With Most Water
Total Accepted: 80614 Total
Submissions: 230716 Difficulty: Medium
Given n non-negative integers a1, a2,
..., an, where each represents a point at...
分类:
其他好文 时间:
2016-06-12 02:44:00
阅读次数:
163
Word Break
Total Accepted: 89221 Total
Submissions: 347438 Difficulty: Medium
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separa...
分类:
其他好文 时间:
2016-06-12 02:42:54
阅读次数:
116
Combination Sum
Total Accepted: 95000 Total
Submissions: 302249 Difficulty: Medium
Given a set of candidate numbers (C) and a target number (T), find all unique combinations...
分类:
其他好文 时间:
2016-06-12 02:30:13
阅读次数:
164
Combination Sum II
My Submissions
Question
Editorial Solution
Total Accepted: 71124 Total
Submissions: 254398 Difficulty: Medium
Given a collection of candidate numbers (C) and a...
分类:
其他好文 时间:
2016-06-12 02:29:17
阅读次数:
125
Combination Sum III
Total Accepted: 34119 Total
Submissions: 93255 Difficulty: Medium
Find all possible combinations of k numbers that add up to a number n, given that only...
分类:
其他好文 时间:
2016-06-12 02:28:31
阅读次数:
151
House Robber III
Total Accepted: 13977 Total
Submissions: 37027 Difficulty: Medium
The thief has found himself a new place for his thievery again. There is only one entrance ...
分类:
其他好文 时间:
2016-06-12 02:21:58
阅读次数:
182
Subsets
Total Accepted: 99033 Total
Submissions: 310195 Difficulty: Medium
Given a set of distinct integers, nums, return all possible subsets.
Note: The solution set must n...
分类:
其他好文 时间:
2016-06-12 02:20:57
阅读次数:
107
Subsets II
Total Accepted: 69579 Total
Submissions: 224799 Difficulty: Medium
Given a collection of integers that might contain duplicates, nums, return all possible subsets....
分类:
其他好文 时间:
2016-06-12 02:20:20
阅读次数:
185
Game of Life
Total Accepted: 20082 Total
Submissions: 57678 Difficulty: Medium
According to the Wikipedia's article: "The Game
of Life, also known simply as Life, is a cell...
分类:
其他好文 时间:
2016-06-12 02:19:30
阅读次数:
198