mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-04 02:56:40 +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
|
||||
*/
|
||||
int main() {
|
||||
|
||||
test(); // call the test function :)
|
||||
|
||||
// the complete string
|
||||
const std::string s = "applepenapple";
|
||||
// the dictionary to be used
|
||||
|
||||
Reference in New Issue
Block a user