Skip to content

Commit 8d241a3

Browse files
authored
Update tweet-counts-per-frequency.py
1 parent 1d2b36c commit 8d241a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/tweet-counts-per-frequency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Time: add: O(logn),
2-
# query: O(f), f is the total freq of matching records
2+
# query: O(c), c is the total count of matching records
33
# Space: O(n)
44

55
import collections

0 commit comments

Comments
 (0)