DIY: Word Break II
Solve the interview question "Word Break II" in this lesson.
Problem statement
This challenge is an extension of the previous challenge. Again, you will be given a non-empty string s
and a list of strings called subs
. The subs
list contains a unique set of strings. This time, you have to find a list of all the ...