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 03e9e89 commit 0e95066Copy full SHA for 0e95066
Python/distribute-repeating-integers.py
@@ -1,5 +1,5 @@
1
# Time: O(n + m * 3^m)
2
-# Space: O(2^m)
+# Space: O(n + 2^m)
3
4
import collections
5
import random
0 commit comments