搜索资源列表
Answer_ITA
- 《算法导论》课后习题答案。 对书中重要习题进行了详细解答和分析,有助于进一步理解重要的数据结构和算法。-The answer book for Introduction to algorithms.
Merge_Sort
- 一个合并排序算法。是按照《算法导论》书中的讲解来写的。-A plan to merge sorting algorithm. In accordance with the
bMinusTree
- b-树的增加,因为我看到的资料里的最大关键字数目为m-1,我考虑了一下,2-3树的删除会比较麻烦,后来看了下算法导论,别人的数目是2t-1,所以相同情况下是2-3-4树,我考虑按照这个因子再写一个,增加删除部分,有问题可以联系我,联系方式在程序中已注明.-b-tree increases, because the information I have seen in the largest number of keywords for the m-1, I consider a bit ,2-3
IntroductionToAlgorithm
- 算法导论 经典中的经典 找了很久才找到 内容我就不深入介绍了 大家自己看吧 不需要账号直接下载-Introduction to the classic algorithm to find the classic for a long time to find the contents of my depth not introduce himself and see the U.S. do not need to account direct download
zhijiexunzbiao
- 算法导论中直接寻址表的C++实现,大家可以参照着学习。-Introduction to Algorithms directly addressing the table C++ implementation, we can look forward to learning.
lcs
- 算法导论中最长公共子序列的实现,采用动态规划方法-Introduction to Algorithms in the realization of the longest common subsequence, dynamic programming method
rbinsert
- 红黑树的插入算法实现,利用算法导论中的伪代码-Red-black tree insertion algorithm, using pseudocode in Introduction to Algorithms
suanfadaolun
- 算法导论第二版,经典中的经典,有需要的借去,欢迎交流-Introduction to Algorithms Second Edition, the classic of classics, by the need to welcome the exchange
algorithms
- 传说中超越了算法导论的书籍 算法方面的经典之作 值得一看 -classical introduction about algorithms
Job1
- 算法导论练习2.3-7:请给出一个运行时间为Θ(nlgn)的算法,使之能在给定一个由n个整数构成的集合S和另一个整数x时,判断出S中是否存在有两个其和等于x的元素。-Introduction to Algorithms Exercise 2.3-7: Please give a running time of Θ (nlgn) algorithm, so that it can in the given form by a set of n integers S and another inte
Job2
- 算法导论 思考题2-4逆序对问题:设A[1..n]是一个包含n个不同数的数组。如果在i<j的情况下,有A[i]>A[j],则称( i , j )就称为A中的一个逆序对(inversion)。给出一个算法,它能用Θ(nlgn)的最坏情况运行时间,确定n个元素的任何排列中逆序对的数目。(提示:修改合并算法)-Algorithm is graded 2-4 reverse introduction to question: set A [1.. n] is A contains n A d
Introduction-to-Algorithms
- 来自MIT的《算法导论》,这是计算机科学中的灵魂和关键所在,它详细介绍了各种数据结构和算法,以类C语言描述算法,简单易懂。-Introduction to Algorithms
Introduction-to-Algorithms_CV
- 算法导论清晰中文版 编写出优秀的代码需要扎实的基础,如果数据结构和算法学的不好,怎么对程序的性能进行优化,怎样从类库中选择合适的数据结构。因此,《算法导论》作为畅销的介绍基础数据结构与算法的书籍,是程序员夯实基础的重要保证。-Introduction to Algorithms (Chinese version) is a great book that helps progremers to write elegant code.
Introduction-to-Algorithms-3rd
- 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
QuickSort
- 经典快速排序算法,适合初学者理解学习,基于《算法导论》中快排的伪代码实现的-The classic Quicksort algorithm suitable for beginners to understand, based on the pseudo-code in Introduction to Algorithms.
quicksort
- 《算法导论》第三版中快速排序伪码的C语言实现-"Introduction to Algorithms" the third edition of Quick Sort pseudo-code in C language
radixsort
- 《算法导论》第三版中基数排序伪码的C语言实现-"Introduction to Algorithms" third edition radix sort pseudo-code in C language
countingsort
- 《算法导论》第三版中计数排序伪码的C语言实现-"Introduction to Algorithms" third edition counting sort pseudo-code in C language
Word_LadderII
- 算法导论中,关于leetcode oj, word_ladderII的问题源代码 -Introduction to Algorithms, regarding leetcode oj, word_ladderII problem source code
QuickSort
- 算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-Introduction to Algorithms concrete realization of fast sorting algorithms, including the algorithm is simple deformation, which uses the file input, including positive, reverse, random situati