摘要:
Given a collection of integers that might contain duplicates, 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, If S = [1,2,2], a solution is:[ [2], [1], [1,2,2], [2,2], [1,2], []]class Sol... 阅读全文
posted @ 2013-07-13 08:22
一只会思考的猪
阅读(165)
评论(0)
推荐(0)
浙公网安备 33010602011771号