mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update dynamic_programming/word_break.cpp
Co-authored-by: Krishna Vedala <7001608+kvedala@users.noreply.github.com>
This commit is contained in:
parent
2286f35bd4
commit
05d7ca1440
@ -172,6 +172,9 @@ static void test() {
|
||||
* @returns 0 on exit
|
||||
*/
|
||||
int main() {
|
||||
|
||||
test(); // call the test function :)
|
||||
|
||||
// the complete string
|
||||
const std::string s = "applepenapple";
|
||||
// the dictionary to be used
|
||||
|
Loading…
Reference in New Issue
Block a user