Word Break Brute:- Use a boolean array to keep check of words that have occured, get the maximum length word from the array, check if the current words is a duplicate, if not then continue, run a loop ...
This is an automatically published nightly release. This release may not be as stable as versioned releases and does not contain release notes.