Skip to content

Commit 4208c9b

Browse files
committed
update at 2017-10-23
1 parent bd95936 commit 4208c9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

078-subsets/subsets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
#
5-
# Given a set of distinct integers, nums, return all possible subsets.
5+
# Given a set of distinct integers, nums, return all possible subsets (the power set).
66
#
77
# Note: The solution set must not contain duplicate subsets.
88
#

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# :pencil2: Leetcode Solutions with Python,Javascript
2-
Update time: 2017-10-22 12:28:25
2+
Update time: 2017-10-23 12:28:34
33

44
Auto created by [leetcode_generate](https://github.com/bonfy/leetcode)
55

0 commit comments

Comments
 (0)