Skip to content

Commit 84e698e

Browse files
authored
Update tweet-counts-per-frequency.cpp
1 parent 8d241a3 commit 84e698e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/tweet-counts-per-frequency.cpp

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
class TweetCounts {

0 commit comments

Comments
 (0)