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 8d241a3 commit 84e698eCopy full SHA for 84e698e
C++/tweet-counts-per-frequency.cpp
@@ -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
class TweetCounts {
0 commit comments