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 7b26180 commit 928c097Copy full SHA for 928c097
word-break/Yjason-K.ts
@@ -11,7 +11,7 @@
11
* - m: 단어 사전 길이
12
* - k: 단어 사전 내 단어 길이
13
*
14
- * 공간 복잠성 O(n)
+ * 공간 복잡성 O(n)
15
* - 메모이제이션(memo) 및 재귀 호출 스택 크기가 문자열 길이 n에 비례.
16
*/
17
function wordBreak(s: string, wordDict: string[]): boolean {
0 commit comments