摘要: 题目链接 "https://leetcode.com/problems/remove duplicates from sorted array ii/" 题目原文 Follow up for "Remove Duplicates": What if duplicates are allow... 阅读全文
posted @ 2016-01-26 14:29 slurm 阅读(143) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/word search/" 题目原文 Given a 2D board and a word, find if the word exists in the grid. The word can be constru... 阅读全文
posted @ 2016-01-26 14:10 slurm 阅读(688) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/subsets/" 题目原文 Given a set of distinct integers, nums, return all possible subsets. Note: Elements in a subs... 阅读全文
posted @ 2016-01-26 13:46 slurm 阅读(383) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/combinations/" 题目原文 Given two integers n and k, return all possible combinations of k numbers out of 1 ... n.... 阅读全文
posted @ 2016-01-26 13:38 slurm 阅读(491) 评论(0) 推荐(0)
摘要: 题目链接 "https://leetcode.com/problems/minimum window substring/" 题目原文 Given a string S and a string T, find the minimum window in S which will cont... 阅读全文
posted @ 2016-01-26 13:24 slurm 阅读(611) 评论(0) 推荐(0)