mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
clang-format and clang-tidy fixes for d8ab6b02
This commit is contained in:
parent
d8ab6b0282
commit
2286f35bd4
@ -28,12 +28,12 @@
|
|||||||
* @author [Akshay Anand] (https://github.com/axayjha)
|
* @author [Akshay Anand] (https://github.com/axayjha)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
#include <climits>
|
#include <climits>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <unordered_set>
|
#include <unordered_set>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cassert>
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @namespace dynamic_programming
|
* @namespace dynamic_programming
|
||||||
@ -43,7 +43,8 @@ namespace dynamic_programming {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @namespace word_break
|
* @namespace word_break
|
||||||
* @brief Functions for [Word Break](https://leetcode.com/problems/word-break/) problem
|
* @brief Functions for [Word Break](https://leetcode.com/problems/word-break/)
|
||||||
|
* problem
|
||||||
*/
|
*/
|
||||||
namespace word_break {
|
namespace word_break {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user