
算法
In_ner
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
串的模式匹配
BF算法#include <stdio.h> char *strFind(const char *string, const char *substring) { int m = }原创 2017-08-17 23:08:33 · 416 阅读 · 0 评论 -
最小编辑距离
http://blog.csdn.net/ac540101928/article/details/52786435 http://blog.csdn.net/shaojunbo24/article/details/47273791 http://blog.csdn.net/sunnyyoona/article/details/43853383原创 2017-08-21 21:57:34 · 340 阅读 · 0 评论