Skip to content

Commit

Permalink
Update permutations.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Aug 23, 2015
1 parent 2b59e14 commit 3b01da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Python/permutations.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Time: O(n!)
# Time: O(n * n!)
# Space: O(n)
#
# Given a collection of numbers, return all possible permutations.
Expand Down

0 comments on commit 3b01da4

Please sign in to comment.