You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.2 KiB

2 years ago
## 例题
---
#### [$P3808$【模板】$AC$自动机(简单版)](https://www.cnblogs.com/littlehb/p/16262544.html)
#### [$P3796$【模板】$AC$自动机(加强版)](https://www.cnblogs.com/littlehb/p/16262551.html)
#### [$P5357$【模板】$AC$自动机(二次加强版)](https://www.cnblogs.com/littlehb/p/16266602.html)
#### [$P2444$ [$POI2000$]病毒(逆向思维+$Tire$图$dfs$判环)](https://www.cnblogs.com/littlehb/p/17009518.html)
#### [$P5231$ [$JSOI2012$]玄武密码](https://www.cnblogs.com/littlehb/p/17010109.html)
---
## 练习
#### [$AcWing$ $1282$. 搜索关键词](https://www.cnblogs.com/littlehb/p/15861241.html)
与 $P3808$【模板】$AC$自动机(简单版) 是同一道题
#### [$AcWing$ $1285$. 单词](https://www.cnblogs.com/littlehb/p/16262513.html)
与$P5357$【模板】$AC$自动机(二次加强版) 是同一道题
---
## $TODO$ 功力不够,看着想吐系列,待我神功大成,再来与你一战,先撤了~
P2292 [HNOI2004]L语言
P3121 [USACO15FEB]Censoring G
P3311 [SDOI2014] 数数 AC 自动机 + 数位 DP
CF163E e-Government AC 自动机 + 线段树
P2414 [NOI2011] 阿狸的打字机 AC 自动机+ 线段树
P7582 「RdOI R2」风雨(rain) 比 CF163E 更恶心