Update dynamic_programming/word_break.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Akshay Anand
2020-10-16 00:59:40 +05:30
committed by GitHub
parent 6de246af14
commit 0e085902f7

View File

@@ -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