mirror of
https://hub.njuu.cf/TheAlgorithms/C-Plus-Plus.git
synced 2023-10-11 13:05:55 +08:00
Update backtracking/wildcard_matching.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
parent
baddfe9950
commit
01b9d7865f
@ -95,7 +95,7 @@ int32_t wildcard_matching(std::string s, std::string p, int pos1, int pos2)
|
||||
} // namespace backtracking
|
||||
|
||||
/**
|
||||
* @brief Test implementations
|
||||
* @brief Self-test implementations
|
||||
* @returns void
|
||||
*/
|
||||
static void test() {
|
||||
|
Loading…
Reference in New Issue
Block a user