mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
AC自动机实现
This commit is contained in:
@@ -5,7 +5,8 @@ import org.dromara.hutool.core.text.StrUtil;
|
|||||||
import java.util.*;
|
import java.util.*;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 多字符串查询器 底层思路 使用 AC 自动机实现
|
* 多字符串查询器 底层思路 使用 AC 自动机实现<br>
|
||||||
|
* 设计思路见:https://zhuanlan.zhihu.com/p/368184958
|
||||||
*
|
*
|
||||||
* @author newshiJ
|
* @author newshiJ
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user