资源列表
[数据结构常用算法] 算法设计与分析
说明:Kozen的《The Design and Analysis of Algorithms》是一本比较经典的讲义形式的算法设计与分析教材,其中许多图论问题算法很有用。Djvu格式。 These are my lecture notes from CS681: Design and Analysis of Algo- Algorithms, a one-semester graduate course Kozen taught at Cornell for three consecutive fa<abrahamlau@163.com> 在 2009-05-09 上传 | 大小:1.63mb | 下载:0
[数据结构常用算法] erchashujiedian
说明:这是一个用c++做的二叉树结点的算法,是我们学习数据结构时候老师给我们做的实验,我觉得做的很好,给大家看一下!-This is a used c++ Do node binary tree algorithms, data structures that we learn when the teacher gave us to do experiments, do I feel good, give us a look!<侯坚强> 在 2025-06-12 上传 | 大小:1.63mb | 下载:0
[数据结构常用算法] yi_jing_suan_ming
说明:用C++来编辑易经的八卦,利用其原理来实现其数学方法-It is a software about yijing.<hua> 在 2025-06-12 上传 | 大小:1.62mb | 下载:0
[数据结构常用算法] 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<张萌萌> 在 2025-06-12 上传 | 大小:1.63mb | 下载:0
[数据结构常用算法] Purely_Functional_Data_Structures
说明:很好的介绍了函数式编程中的数据结构,代码使用haskell 和ml-A good introduction to functional programming in the data structure, the code uses haskell and ml<jiangzhen> 在 2025-06-12 上传 | 大小:1.63mb | 下载:0
[数据结构常用算法] gw_Disjoint-Set-DFA-Trie
说明:2014年北京大学暑假公开课算法讲解课件之并查集,DFA,Trie图,讲解详细,分析透彻-2014 Peking University summer open class courseware on the algorithm and check collection, DFA, Trie, explain the detailed, thorough analysis<小明> 在 2025-06-12 上传 | 大小:1.63mb | 下载:0
[数据结构常用算法] Josephus
说明:任给正整数n、k,按下述方法可得排列1,2,……,n的一个置换:将数字1,2,……,n环形排列(如图2-36所示),按顺时针方向从1开始计数,计满k时输出该位置上的数字(并从环中删去该数字),然后从下一个数字开始继续计数,直到环中所有数字均被输出为止。试编写一算法,对输入的任意正整数n、k,输出相应的置换数字序列。-Given any positive integer n, k, can be obtained as described below arrangement 1,2, ......<Jimmy> 在 2025-06-12 上传 | 大小:1.63mb | 下载:0