We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e216874 commit c0aec70Copy full SHA for c0aec70
Python/count-beautiful-numbers.py
@@ -1,5 +1,5 @@
1
-# Time: O(logr * 2 * 10 * states)
2
-# Space: O(states) ~= O(2026)
+# Time: O(logr * 2 * 10 * s)
+# Space: O(s) ~= O(2026), s = len(states)
3
4
import collections
5
0 commit comments