CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据结构常用算法 搜索资源 - 算法导论中

搜索资源列表

  1. Answer_ITA

    1下载:
  2. 《算法导论》课后习题答案。 对书中重要习题进行了详细解答和分析,有助于进一步理解重要的数据结构和算法。-The answer book for Introduction to algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-05-10
    • 文件大小:2087075
    • 提供者:啦啦
  1. Merge_Sort

    0下载:
  2. 一个合并排序算法。是按照《算法导论》书中的讲解来写的。-A plan to merge sorting algorithm. In accordance with the
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:10708
    • 提供者:法法
  1. bMinusTree

    0下载:
  2. 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
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2175
    • 提供者:杨毅
  1. IntroductionToAlgorithm

    0下载:
  2. 算法导论 经典中的经典 找了很久才找到 内容我就不深入介绍了 大家自己看吧 不需要账号直接下载-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
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11993776
    • 提供者:帽子
  1. zhijiexunzbiao

    0下载:
  2. 算法导论中直接寻址表的C++实现,大家可以参照着学习。-Introduction to Algorithms directly addressing the table C++ implementation, we can look forward to learning.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:125439
    • 提供者:tanfeng
  1. lcs

    0下载:
  2. 算法导论中最长公共子序列的实现,采用动态规划方法-Introduction to Algorithms in the realization of the longest common subsequence, dynamic programming method
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:568979
    • 提供者:lin
  1. rbinsert

    0下载:
  2. 红黑树的插入算法实现,利用算法导论中的伪代码-Red-black tree insertion algorithm, using pseudocode in Introduction to Algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:475905
    • 提供者:lin
  1. suanfadaolun

    0下载:
  2. 算法导论第二版,经典中的经典,有需要的借去,欢迎交流-Introduction to Algorithms Second Edition, the classic of classics, by the need to welcome the exchange
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:9686966
    • 提供者:xiaoboz
  1. algorithms

    0下载:
  2. 传说中超越了算法导论的书籍 算法方面的经典之作 值得一看 -classical introduction about algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-05-13
    • 文件大小:3409129
    • 提供者:杨贵林
  1. Job1

    0下载:
  2. 算法导论练习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
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:919269
    • 提供者:张萌萌
  1. Job2

    0下载:
  2. 算法导论 思考题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
  3. 所属分类:Data structs

    • 发布日期:2017-05-08
    • 文件大小:1709568
    • 提供者:张萌萌
  1. Introduction-to-Algorithms

    0下载:
  2. 来自MIT的《算法导论》,这是计算机科学中的灵魂和关键所在,它详细介绍了各种数据结构和算法,以类C语言描述算法,简单易懂。-Introduction to Algorithms
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:48775168
    • 提供者:feiyu
  1. Introduction-to-Algorithms_CV

    0下载:
  2. 算法导论清晰中文版 编写出优秀的代码需要扎实的基础,如果数据结构和算法学的不好,怎么对程序的性能进行优化,怎样从类库中选择合适的数据结构。因此,《算法导论》作为畅销的介绍基础数据结构与算法的书籍,是程序员夯实基础的重要保证。-Introduction to Algorithms (Chinese version) is a great book that helps progremers to write elegant code.
  3. 所属分类:Data structs

    • 发布日期:2017-11-18
    • 文件大小:50033664
    • 提供者:啦啦
  1. Introduction-to-Algorithms-3rd

    0下载:
  2. 《算法导论(原书第2版)》一书深入浅出,全面地介绍了计算机算法。对每一个算法的分析既易于理解又十分有趣,并保持了数学严谨性。本书的设计目标全面,适用于多种用途。涵盖的内容有:算法在计算中的作用,概率分析和随机算法的介绍。本书专门讨论了线性规划,介绍了动态规划的两个应用,随机化和线性规划技术的近似算法等,还有有关递归求解、快速排序中用到的划分方法与期望线性时间顺序统计算法,以及对贪心算法元素的讨论。本书还介绍了对强连通子图算法正确性的证明,对哈密顿回路和子集求和问题的NP完全性的证明等内容。全书提
  3. 所属分类:Data structs

    • 发布日期:2017-05-17
    • 文件大小:4960710
    • 提供者:jsp
  1. QuickSort

    0下载:
  2. 经典快速排序算法,适合初学者理解学习,基于《算法导论》中快排的伪代码实现的-The classic Quicksort algorithm suitable for beginners to understand, based on the pseudo-code in Introduction to Algorithms.
  3. 所属分类:Data structs

    • 发布日期:2017-12-10
    • 文件大小:4927
    • 提供者:tony
  1. quicksort

    0下载:
  2. 《算法导论》第三版中快速排序伪码的C语言实现-"Introduction to Algorithms" the third edition of Quick Sort pseudo-code in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:999
    • 提供者:冉天纲
  1. radixsort

    0下载:
  2. 《算法导论》第三版中基数排序伪码的C语言实现-"Introduction to Algorithms" third edition radix sort pseudo-code in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1101
    • 提供者:冉天纲
  1. countingsort

    0下载:
  2. 《算法导论》第三版中计数排序伪码的C语言实现-"Introduction to Algorithms" third edition counting sort pseudo-code in C language
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:955
    • 提供者:冉天纲
  1. Word_LadderII

    0下载:
  2. 算法导论中,关于leetcode oj, word_ladderII的问题源代码 -Introduction to Algorithms, regarding leetcode oj, word_ladderII problem source code
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3775
    • 提供者:dodo
  1. QuickSort

    0下载:
  2. 算法导论中的快速排序算法的具体实现,包括对该算法的简单变形,其中采用文件输入,包括正序,逆序,随机情况的不同输入-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
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:722563
    • 提供者:
« 12 »
搜珍网 www.dssz.com