We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f8b4d commit b8b6e03Copy full SHA for b8b6e03
strings/aho_corasick.cpp
@@ -2,7 +2,7 @@
2
* @file
3
* @brief Aho-Corasick Algorithm[](https://en.wikipedia.org/wiki/Aho%E2%80%93Corasick) - Multi-pattern string search.
4
* @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)
+ * @author [Saurabh Kokate](https://github.com/kokatesaurabh)
6
*/
7
#include <cassert>
8
#include <iostream>
0 commit comments