Skip to content

Commit 4344baa

Browse files
committed
comment
1 parent a998182 commit 4344baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

word-break/haklee.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
"""TC: O(n * l * log(l)), SC: O(n * l)
1+
"""TC: ?, SC: O(w * l + s^2)
22
33
쪼개고자 하는 단어의 길이 s, wordDict에 들어가는 단어 개수 w, wordDict에 들어가는 단어 최대 길이 l
44

0 commit comments

Comments
 (0)