We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd76853 commit d2328acCopy full SHA for d2328ac
dynamic_programming/word_break.py
@@ -10,7 +10,7 @@
10
multiple times in the segmentation.
11
12
Implementation notes: Trie + Dynamic programming up -> down.
13
-The Trie keeps all wordDict words. It will be useful for scanning
+The Trie will be used to store the words. It will be useful for scanning
14
available words for the current position in the string.
15
16
Leetcode:
0 commit comments