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 7f18137 commit 031f8caCopy full SHA for 031f8ca
longest-repeating-character-replacement/jdy8739.js
@@ -48,4 +48,4 @@ var characterReplacement = function(s, k) {
48
};
49
50
// 시간복잡도 O(n) -> 슬라이딩 윈도우기법으로 최대 1번 순회한다.
51
-// 공간복잡도 O(1) -> map의 크기는 알파벳의 갯수인 최대 26개이다.
+// 공간복잡도 O(1) -> map의 크기는 알파벳의 갯수인 최대 26개이다.
0 commit comments