Word Break II at Snapchat
Hard55.1% acceptance
This problem has 87.5% frequency at Snapchat.
Problem Description
Given a string `s` and a dictionary of strings `wordDict`, add spaces in `s` to construct a sentence where each word is a valid dictionary word. Return all such possible sentences in **any order**. **Note** that the same word in the dictionary may be reused multiple times in the segmentation.
Read full problem and hints