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 4f7a22d commit c915105Copy full SHA for c915105
1 file changed
top-k-frequent-elements/acious.kt
@@ -16,4 +16,4 @@ class Solution {
16
// 2. 0부터 k개(0 until k)를 자르고 IntArray로 변환
17
return sortedKeys.slice(0 until k).toIntArray()
18
}
19
-}
+}
0 commit comments