摘要: 题目: Follow up for "Remove Duplicates":What if duplicates are allowed at most twice? (Medium) For example,Given sorted array nums = [1,1,1,2,2,3], Your 阅读全文
posted @ 2016-09-29 22:12 wangxiaobao1114 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "a 阅读全文
posted @ 2016-09-29 22:09 wangxiaobao1114 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a set of distinct integers, nums, return all possible subsets. Note: The solution set must not contain duplicate subsets. (Medium) For examp 阅读全文
posted @ 2016-09-29 22:05 wangxiaobao1114 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 题目: Given two integers n and k, return all possible combinations of k numbers out of 1 ... n. (Medium) For example,If n = 4 and k = 2, a solution is: 阅读全文
posted @ 2016-09-29 21:56 wangxiaobao1114 阅读(549) 评论(0) 推荐(0) 编辑