We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bef651 commit fd76853Copy full SHA for fd76853
dynamic_programming/word_break.py
@@ -6,7 +6,7 @@
6
Given a string and a list of words, return true if the string can be
7
segmented into a space-separated sequence of one or more words.
8
9
-Note that the same word in the dictionary may be reused
+Note that the same word may be reused
10
multiple times in the segmentation.
11
12
Implementation notes: Trie + Dynamic programming up -> down.
0 commit comments