We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80b1478 commit c686fefCopy full SHA for c686fef
Python/find-the-number-of-distinct-colors-among-the-balls.py
@@ -1,5 +1,5 @@
1
-# Time: O(n)
2
-# Space: O(n)
+# Time: O(q)
+# Space: O(q)
3
4
import collections
5
0 commit comments