Skip to content

Commit b8b6e03

Browse files
Update aho_corasick.cpp
1 parent b0f8b4d commit b8b6e03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strings/aho_corasick.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file
33
* @brief Aho-Corasick Algorithm[](https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick) - Multi-pattern string search.
44
* @details Builds a trie + failure links for O(n + m + z) multi-pattern matching. Inspired by GFG/LeetCode #30.
5-
* @author [Your Name](https://github.com/yourhandle)
5+
* @author [Saurabh Kokate](https://github.com/kokatesaurabh)
66
*/
77
#include <cassert>
88
#include <iostream>

0 commit comments

Comments
 (0)