KMP算法c实现
KMP算法c实现#include #include #include void kmp_init(const char *patn, int len, int *next) {
下载地址
用户评论