mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-05-08 23:23:05 +08:00
Update dynamic_programming/word_break.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ namespace dynamic_programming {
|
||||
|
||||
/**
|
||||
* @namespace word_break
|
||||
* @brief Functions for Word Break algorithm
|
||||
* @brief Functions for [Word Break](https://leetcode.com/problems/word-break/) problem
|
||||
*/
|
||||
namespace word_break {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user