摘要:
Subsets2013.12.26 15:19Given a set of distinct integers,S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set must not contain duplicate subsets.For example,IfS=[1,2,3], a solution is:[ [3], [1], [2], [1,2,3], [1,3], [2,3], [1,2], []]Soluti... 阅读全文
posted @ 2013-12-26 15:22
zhuli19901106
阅读(902)
评论(0)
推荐(0)


浙公网安备 33010602011771号