🌱 add KMP of SString

This commit is contained in:
Kim Yang
2020-08-11 15:29:52 +08:00
parent a655e4d7c6
commit b67d0f8409
5 changed files with 184 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
// Created by kim yang on 2020/8/8.
//
//链式存储
//链式存储——单结点单字符
#include <stdio.h>
typedef struct StringNode{