Skip to content

Commit c686fef

Browse files
authored
Update find-the-number-of-distinct-colors-among-the-balls.py
1 parent 80b1478 commit c686fef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/find-the-number-of-distinct-colors-among-the-balls.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Time: O(n)
2-
# Space: O(n)
1+
# Time: O(q)
2+
# Space: O(q)
33

44
import collections
55

0 commit comments

Comments
 (0)