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 1d2b36c commit 8d241a3Copy full SHA for 8d241a3
Python/tweet-counts-per-frequency.py
@@ -1,5 +1,5 @@
1
# Time: add: O(logn),
2
-# query: O(f), f is the total freq of matching records
+# query: O(c), c is the total count of matching records
3
# Space: O(n)
4
5
import collections
0 commit comments