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 75af223 commit b8d9436Copy full SHA for b8d9436
top-k-frequent-elements/krokerdile.js
@@ -23,4 +23,4 @@ var topKFrequent = function(nums, k) {
23
24
let slice = temp.slice(0,k);
25
return slice;
26
-};
+};
0 commit comments