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 c29f414 commit 6ca06afCopy full SHA for 6ca06af
top-k-frequent-elements/mumunuu.java
@@ -38,4 +38,4 @@ public int[] topKFrequent(int[] nums, int k) {
38
// k개만 반환
39
return result.subList(0, k).stream().mapToInt(i -> i).toArray();
40
}
41
-}
+}
0 commit comments