[Coding Made Simple] Word Break Problem

Given a string and a dictionary, return true if the string can be split into multiple words such that each word is in dictionary. If not return false.

 

Same Problem Link

[LintCode] Word Break

posted @ 2017-08-26 07:19  Review->Improve  阅读(137)  评论(0编辑  收藏  举报