What is the main goal of the Word Break Problem?
To break a given string into individual characters.
To determine if a string can be segmented into a sequence of words from a dictionary.
To find the longest subsequence of a string.
To reverse a given string.
This question is part of this quiz :
Dynamic Programming Quiz