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 dc54f47 commit 190b011Copy full SHA for 190b011
top-k-frequent-elements/jeongyunjae.py
@@ -22,4 +22,3 @@ def topKFrequent(self, nums: List[int], k: int) -> List[int]:
22
result.append(temp_list[i][0])
23
24
return result
25
-
0 commit comments