摘要: Question Given a collection of numbers, return all possible permutations. For example,[1,2,3] have the following permutations:[1,2,3], [1,3,2], [2,1,3 阅读全文
posted @ 2015-10-16 10:27 树獭君 阅读(188) 评论(0) 推荐(0) 编辑
摘要: QuestionGiven a collection of candidate numbers (C) and a target number (T), find all unique combinations inCwhere the candidate numbers sums toT.Each... 阅读全文
posted @ 2015-10-16 10:22 树獭君 阅读(135) 评论(0) 推荐(0) 编辑