Word Break teaches how to combine string suffix/prefix checks with DP. The "check all split points" technique appears in many string DP problems.
Enable JavaScript for the full StreamPrep guide.