Skip to content

Commit 6ca06af

Browse files
committed
posix
1 parent c29f414 commit 6ca06af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

top-k-frequent-elements/mumunuu.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ public int[] topKFrequent(int[] nums, int k) {
3838
// k개만 반환
3939
return result.subList(0, k).stream().mapToInt(i -> i).toArray();
4040
}
41-
}
41+
}

0 commit comments

Comments
 (0)