[Algorithm]PrintAllSubsets of a Set Let's say given a number of array, you shouldprintout,allthe subet of this array. Example: [1, 2] Output: > "" > 1> 2 > 1,2 The number of subset s [Algorithm] 转载 mb5fe55a71c1d08