AC自动机实现

This commit is contained in:
Looly 2024-08-10 09:02:40 +08:00
parent 1578a46761
commit 4db106ea3b

View File

@ -5,7 +5,8 @@ import org.dromara.hutool.core.text.StrUtil;
import java.util.*;
/**
* 多字符串查询器 底层思路 使用 AC 自动机实现
* 多字符串查询器 底层思路 使用 AC 自动机实现<br>
* 设计思路见https://zhuanlan.zhihu.com/p/368184958
*
* @author newshiJ
*/