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 86f4e16 commit bdd764aCopy full SHA for bdd764a
top-k-frequent-elements/suhacs.js
@@ -16,6 +16,5 @@ function top_k_frequent_element(numArr, k) {
16
});
17
18
const topKeys = sortedArray.slice(0, k).map((obj) => Object.keys(obj)[0]);
19
- console.log(topKeys);
20
return topKeys;
21
}
0 commit comments