Definition: A word break is a sequence of characters that can be formed by breaking down a string or phrase into separate words. For example, the word "code" can be broken down into "cod", "e", and "o". A word break is considered to be valid if it contains no consecutive duplicate letters.