mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-06-30 17:16:30 +08:00
clang-format and clang-tidy fixes for 061c21ae
This commit is contained in:
@@ -147,7 +147,6 @@ class Solution {
|
||||
} // namespace word_break
|
||||
} // namespace dynamic_programming
|
||||
|
||||
|
||||
/**
|
||||
* @brief Main function
|
||||
* @returns 0 on exit
|
||||
@@ -160,5 +159,6 @@ int main() {
|
||||
|
||||
// should return true, as applepenapple can be segmented as apple + pen +
|
||||
// apple
|
||||
cout << dynamic_programming::word_break::Solution().wordBreak(s, wordDict) << endl;
|
||||
cout << dynamic_programming::word_break::Solution().wordBreak(s, wordDict)
|
||||
<< endl;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user