mirror of
https://github.com/TheAlgorithms/C-Plus-Plus.git
synced 2026-02-08 13:06:57 +08:00
Update strings/z_function.cpp
Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
@@ -59,7 +59,6 @@ std::vector<int> find_pat_in_text(const std::string &pattern, const std::string
|
||||
* @returns void
|
||||
*/
|
||||
static void test(){
|
||||
|
||||
// usual case
|
||||
std::string text1 = "alskfjaldsabc1abc1abcbksbcdnsdabcabc";
|
||||
std::string pattern1 = "abc";
|
||||
|
||||
Reference in New Issue
Block a user