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 389d6b8 commit bfc2cb1Copy full SHA for bfc2cb1
top-k-frequent-elements/EstherKim97.py
@@ -15,3 +15,4 @@ def topKFrequent(self, nums, k):
15
return [x[1] for x in data[:k]]
16
17
#nums.count(i)
18
+
0 commit comments