摘要:
Given 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], []
]class Solution {publ... 阅读全文
posted @ 2013-01-22 18:52
西施豆腐渣
阅读(128)
评论(0)
推荐(0)
浙公网安备 33010602011771号