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 2b59e14 commit 3b01da4Copy full SHA for 3b01da4
1 file changed
Python/permutations.py
@@ -1,4 +1,4 @@
1
-# Time: O(n!)
+# Time: O(n * n!)
2
# Space: O(n)
3
#
4
# Given a collection of numbers, return all possible permutations.
0 commit comments