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 e25e61e commit c49d396Copy full SHA for c49d396
top-k-frequent-elements/sejineer.py
@@ -42,4 +42,3 @@ def topKFrequent(self, nums: List[int], k: int) -> List[int]:
42
result.append(num)
43
if len(result) == k:
44
return result
45
-
0 commit comments