OSDN Git Service

style: format markdown files with remark-lint
author24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Sat, 14 Sep 2019 02:42:26 +0000 (22:42 -0400)
committer24OI-bot <15963390+24OI-bot@users.noreply.github.com>
Sat, 14 Sep 2019 02:42:26 +0000 (22:42 -0400)
docs/string/seq-automaton.md

index bfc6260..c39e01c 100644 (file)
@@ -45,7 +45,7 @@ $$
 
 ## 例题
 
-### [「HEOI2015」最短不公共子串](https://www.luogu.org/problem/P4112)
+###  [「HEOI2015」最短不公共子串](https://www.luogu.org/problem/P4112) 
 
 这题的 (1) 和 (3) 两问需要后缀自动机,而且做法类似,在这里只讲解 (2) 和 (4) 两问。