Skip to content

Commit

Permalink
마지막줄 개행 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyejjun committed Aug 17, 2024
1 parent 1d1ceca commit 0120b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion palindromic-substrings/hyejjun.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ console.log(countSubstrings("aaa"));
/*
Time Complexity : O(n^2)
Space Complexity: O(1)
*/
*/
2 changes: 1 addition & 1 deletion top-k-frequent-elements/hyejjun.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ console.log(topKFrequent([1], 1)); // [1]
/*
Time Complexity : O(NLogN)
Space Complexity: O(N)
*/
*/

0 comments on commit 0120b1c

Please sign in to comment.