首页
技术
登录
6mi
u
盘
搜
搜 索
技术
KMP算法记录
KMP算法记录
技术
2022-07-10
155
本代码根据《编译原理》第2版 第3章给出的伪代码改编
#
include
<vector>
class
KMP
{
private
:
std
::
vector
<
int
>
m_failArray
;
std
::
string m_pat
;
public
:
KMP
(
std
::
string pat
转载请注明原文地址:https://ipadbbs.8miu.com/read-3008.html
最新回复
(
0
)