Skip to content

Commit

Permalink
fix: kmp before ac_automaton
Browse files Browse the repository at this point in the history
  • Loading branch information
a48zhang committed Jan 24, 2024
1 parent e279afc commit 8e4c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ export default {
items: [
{text: '哈希', link: '/字符串/哈希'},
{text: '字典树', link: '/字符串/字典树'},
{text: 'AC自动机', link: '/字符串/AC自动机'},
{text: 'KMP', link: '/字符串/kmp'},
{text: 'AC自动机', link: '/字符串/AC自动机'},
]
},
],
Expand Down

0 comments on commit 8e4c9e2

Please sign in to comment.