摘要: QuestionGiven a set of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Thesamerepe... 阅读全文
posted @ 2015-10-14 13:12 树獭君 阅读(181) 评论(0) 推荐(0) 编辑
摘要: QuestionGiven a set of distinct integers,nums, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set ... 阅读全文
posted @ 2015-10-14 12:01 树獭君 阅读(170) 评论(0) 推荐(0) 编辑
摘要: QuestionGiven a 2D board and a list of words from the dictionary, find all words in the board.Each word must be constructed from letters of sequential... 阅读全文
posted @ 2015-10-14 09:02 树獭君 阅读(194) 评论(0) 推荐(0) 编辑
摘要: QuestionGiven 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... 阅读全文
posted @ 2015-10-14 05:23 树獭君 阅读(218) 评论(0) 推荐(0) 编辑