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