Skip to content

Commit 928c097

Browse files
committed
fix: 오탈자 수정
1 parent 7b26180 commit 928c097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word-break/Yjason-K.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* - m: 단어 사전 길이
1212
* - k: 단어 사전 내 단어 길이
1313
*
14-
* 공간 복잠성 O(n)
14+
* 공간 복잡성 O(n)
1515
* - 메모이제이션(memo) 및 재귀 호출 스택 크기가 문자열 길이 n에 비례.
1616
*/
1717
function wordBreak(s: string, wordDict: string[]): boolean {

0 commit comments

Comments
 (0)