资源列表
Kruskal
- 本文件是数据结构中很重要的一个图的Kruskal算法。Kruskal算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。将文件编译,可完成Kruskal算法-This document is a very important data structure of a graph algorithm of Kruskal. Kruskal algorithm for each choice of n-1 edges, the gre
Conversion of binary tree and the tree
- 二叉树与树的转换 数据结构重要知识 上课时候老师布置的一个大作业 希望可以帮助到大家 -Conversion of binary tree and the tree
nearestpoint
- 求最近点对的算法,使用分治法求解最近点对问题-For the nearest point of the algorithm, the use of sub-rule method to solve the problem nearest point
ChessBoard
- 经典的棋盘覆盖程序,实现MFC界面,用分治法实现-Coverage of the classic board procedures, the realization of MFC interface, with sub-rule method
suanfayushujujiedoudaan
- 算法与数据结构c语言版第二版本的课后练习的答案-Algorithm and data structure of c language version of the second version of the answer to after-school practice
DataStructure
- 数据结构课程设计 功能是实现一个校园导航系统-Data structure is a function of curriculum design to achieve a campus navigation system
8-VSB
- explanation of 8VSB modulation in Digital TV(ATSC)
CreateGraph.cc
- 图论算法,在Linux平台编写,可以运行,有运行结果-Graph theory algorithms, the preparation of the Linux platform, you can run, and the results
20090224171138551
- 主要内容: 匹配的概念 二分图的定义和判定 二分图的最大匹配 二分图的最小覆盖问题 二分图的最佳匹配问题 -Main elements: the concept of matching the definition of bipartite graph and determine the maximum bipartite graph matching bipartite graph of minimum coverage of bipartite graph match
1800
- 数据结构1800考研题 非常适合计算机考研-shujiegou1800
m2m_searchingPash
- m2m寻路算法~ 寻路效率最高的算法,能够实现效率较高的寻路-m2m Algorithm for Route ~ find the most efficient path algorithm, to achieve more efficient pathfinding
DataStructureAlgorithm
- 数据结构和算法,非常经典,讲的很详细!第一部分 基础知识 第一章 C++程序设计 第二章 程序性能 第二部分 数据结构 第三章 数据描述 第四章 数组和矩阵 第五章 堆栈 第六章 队列 第七章 跳表和散列 第八章 二叉树和其他树 第九章 优先队列 第十章 竞赛树 第十一章 搜索树 第十二章 图 第三部分 算法设计方法 第十三章 贪婪算法 第十四章 分而治之算法 第十五章 动态规划 第十六章 回