mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
AC自动机实现
This commit is contained in:
parent
1578a46761
commit
4db106ea3b
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user