Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

深入理解 KMP 算法 - Luyu Huang's Tech Blog #58

Open
luyuhuang opened this issue Dec 25, 2021 · 0 comments
Open

深入理解 KMP 算法 - Luyu Huang's Tech Blog #58

luyuhuang opened this issue Dec 25, 2021 · 0 comments

Comments

@luyuhuang
Copy link
Owner

https://luyuhuang.tech/2021/12/25/kmp.html

字符串匹配是非常常用的算法. 它要做的是, 对于模式串 t, 找到它在目标串 s 中第一个出现的位置. 例如 t =

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant