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:
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @file
|
||||
* @brief [Word Break Problem] (https://leetcode.com/problems/word-break/)
|
||||
* @brief [Word Break Problem](https://leetcode.com/problems/word-break/)
|
||||
* @details
|
||||
* Given a non-empty string s and a dictionary wordDict containing a list of
|
||||
* non-empty words, determine if s can be segmented into a space-separated
|
||||
|
||||
Reference in New Issue
Block a user