The algorithm: Convert wordDict to a set for fast lookup Create dp array of size n+, initialized to false Set dp[] = true For each i from to n: - For each j from to i-: - If dp[j] is true AND s[j..i-] is in the set: - dp[i] = true, break Return dp[n]
##### ###### ##### ### # # ### # # ###### ## ## ## ## ## ## ## # # # # # ## ##### #### ##### # # # # # # # #### ## # ## ## ## ## # # # # # ## ## # ###### ## ### # ### # ######
$ curl repovive.com/roadmaps/maang-interview-prep/dynamic-programming/word-break-solution
░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░█████████████████████████████████████████████████████████████████████████████████████████