Skip to content

Commit 8e0ba7b

Browse files
authored
Update README.md
1 parent 76236a9 commit 8e0ba7b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@
7575
| 实现难度 | 较为复杂,需要构建AC自动机并进行状态转移 | 实现简单,只需维护一个大的状态转移表 |
7676
| 匹配多个字符串 | 高效,可同时搜索多个模式字符串 | 必须为每个字符串单独执行匹配操作 |
7777
| 错误容错性 | 良好 | 不太好 |
78-
| 应用场景 | 多模式匹配 | 单模式匹配 |
7978

8079

8180

0 commit comments

Comments
 (0)