Answered You can hire a professional tutor to get the answer.
Given a string of letters, identify all substrings that create one of five given words. For example, if the words (arguments) are:
Given a string of letters, identify all substrings that create one of five given words. For example, if the words (arguments) are: structure; such; system; blue; red, then the string jkdistructuredstrusyssystemoon contains the first, third and fifth words, once each.