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 eb1c165 commit 8b22e3fCopy full SHA for 8b22e3f
top-k-frequent-elements/sun912.py
@@ -1,7 +1,7 @@
1
"""
2
- TC : O(klogn)
3
-
4
- used max heap
+ TC : O(n)
+ SC: O(n)
+ used bucket sort
5
index -> count number
6
list value -> frequent nums
7
0 commit comments