Skip to content

Commit 0120b1c

Browse files
committed
마지막줄 개행 추가
1 parent 1d1ceca commit 0120b1c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

palindromic-substrings/hyejjun.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ console.log(countSubstrings("aaa"));
2929
/*
3030
Time Complexity : O(n^2)
3131
Space Complexity: O(1)
32-
*/
32+
*/

top-k-frequent-elements/hyejjun.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ console.log(topKFrequent([1], 1)); // [1]
2222
/*
2323
Time Complexity : O(NLogN)
2424
Space Complexity: O(N)
25-
*/
25+
*/

0 commit comments

Comments
 (0)