搜索资源列表
Longgest
- 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
Introduction_to_Algorithms-master
- 算法导论中各种排序、数据结构、动态规划等的实现-Realization of various algorithms in data structure, sorting, an introduction to dynamic programming.
xoreeerred
- Editdistance是算法导论中经典的问题了,本代码以special的风格表示清楚了编辑距离问题,看看吧,()