摘要: 题目: Given a collection of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. Each 阅读全文
posted @ 2017-05-17 22:11 Vincent丶丶 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a set of candidate numbers (C) and a target number (T), find all unique combinations in C where the candidate numbers sums to T. The same re 阅读全文
posted @ 2017-05-17 21:58 Vincent丶丶 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. Exampl 阅读全文
posted @ 2017-05-17 21:24 Vincent丶丶 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 题目: 题解: Solution 1 () Solution 1.2 Solution 2 () Bit Manipulation This is the most clever solution that I have seen. The idea is that to give all the 阅读全文
posted @ 2017-05-17 19:21 Vincent丶丶 阅读(170) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a list of numbers that may has duplicate numbers, return all possible subsets Notice Each element in a subset must be in non-descending orde 阅读全文
posted @ 2017-05-17 11:05 Vincent丶丶 阅读(215) 评论(0) 推荐(0) 编辑