搜索资源列表
stl.LCS
- 参考算法导论写的LCS算法,仿照STL的泛型风格,适用于多种STL容器中的各种类型数据构成的序列的最大公共子序列(Longest Common Subsequence)问题求解。-reference Introduction to write the algorithm LCS algorithm, modeled on the STL Generic style. STL is applicable to many types of containers data constitute the
suanfadaoluen
- 这是《麻省理工学院算法导论中英文版习题笔记全》,详细介绍了各种算法-This is the Massachusetts Institute of Technology in the English version of Introduction to Algorithms Exercises Notebook whole , detailing a variety of algorithms
Longgest
- 找两个字符串中最长最序列的代码,自己编写的,算法思想参考的算法导论中的LCS算法。能成功运行。 c语言编写-C code.also called LCS
kuaisupaixu
- 经典的快速排序算法,详细的中文注释介绍,基于算法导论中递归方法的C++实现-Quick sort algorithm
dashufenjie
- 2007级在“计算机科学导论”的期末考试中有一道试题。下面请你看看那题目应该如何编写。 从键盘输入的一个大于 1 的整数,通过算法将该整数分解为若干因子的乘积。 输入: 一个正整数。 输出: 分解后的各个因子。 -2007 there is a questions in the " Introduction to Computer Science" in the final exam. Here is how you should
Introduction_to_Algorithms-master
- 算法导论中各种排序、数据结构、动态规划等的实现-Realization of various algorithms in data structure, sorting, an introduction to dynamic programming.
零基础Python入门课件和代码
- 书确实很不错,首先因为个人偏爱python,本书是用python描述,顿时感觉亲切很多。有人说python这种高级语言实现算法隐藏了很多细节,确实书中很多地方直接用到python bult-in的数据结构,如set dict list作为表达算法的载体,似乎不如c那么底层,但是从算法入门角度来讲,python语言因为清晰简练更适合用来描述算法轮廓,而且这也不是本讲数据结构的书,MIT的算法导论现在也开始用python来讲授恰好说明了这一点。(The book is really good, fi
xoreeerred
- Editdistance是算法导论中经典的问题了,本代码以special的风格表示清楚了编辑距离问题,看看吧,()