#We need to traverse the string s and check if each word is able to be broken into words from the dictionary #We can build a substring for each letter in word and try matching it to a word in wordDict ...