Galaxy Expedition - 我的博客

编写自己的篇章

模式匹配算法
> 1. 前缀常识:Sq→Sequence,指顺序结构, Li→Link,指链接结构 > 2. malloc的用法:struct SqString *p=(SqString *)malloc(sizeof(SqString)); #