We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd95936 commit 4208c9bCopy full SHA for 4208c9b
078-subsets/subsets.py
@@ -2,7 +2,7 @@
2
3
4
#
5
-# Given a set of distinct integers, nums, return all possible subsets.
+# Given a set of distinct integers, nums, return all possible subsets (the power set).
6
7
# Note: The solution set must not contain duplicate subsets.
8
README.md
@@ -1,5 +1,5 @@
1
# :pencil2: Leetcode Solutions with Python,Javascript
-Update time: 2017-10-22 12:28:25
+Update time: 2017-10-23 12:28:34
Auto created by [leetcode_generate](https://github.com/bonfy/leetcode)
0 commit comments