Skip to content

Commit fd76853

Browse files
Update dynamic_programming/word_break.py
Co-authored-by: Christian Clauss <cclauss@me.com>
1 parent 7bef651 commit fd76853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dynamic_programming/word_break.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Given a string and a list of words, return true if the string can be
77
segmented into a space-separated sequence of one or more words.
88
9-
Note that the same word in the dictionary may be reused
9+
Note that the same word may be reused
1010
multiple times in the segmentation.
1111
1212
Implementation notes: Trie + Dynamic programming up -> down.

0 commit comments

Comments
 (0)