资源列表
Exec
- A*算法实现相关 通过对话框展示A算法实现过程-A* algorithm is related to a dialog box showing the process of algorithm A
shanhukule.cpp
- 由叶子到根生成树再由根到叶子检索,是数据结构中用于生成树的一个算法-Spanning tree from the leaf to the root and then retrieved from the root to the leaves, the data structure is a spanning tree algorithm for
shudebianli
- 数据结构 树的遍历用c语言源代码编写的。
erchashuchazhao
- 中序遍历二叉树,对二叉树进行插入、删除、查找等-Traversal binary tree, binary tree insert, delete, search
Dijkstra
- Dijkstra(迪杰斯特拉)算法是典型的单源最短路径算法,用于计算一个节点到其他所有节点的最短路径。主要特点是以起始点为中心向外层层扩展,直到扩展到终点为止。Dijkstra算法是很有代表性的最短路径算法,在很多专业课程中都作为基本内容有详细的介绍,如数据结构,图论,运筹学等等。Dijkstra一般的表述通常有两种方式,一种用永久和临时标号方式,一种是用OPEN, CLOSE表的方式,这里均采用永久和临时标号的方式。注意该算法要求图中不存在负权边。 -Dijkstra (Dijkstra)
HW3C
- 创建动态数列,可以进行数据统计,分类数据,查找质数。使用数据结构中的筛选法来进行数据分析。-Create dynamic series can be statistics, data classification, to find prime numbers. Use of screening data structure for data analysis.
maxflow
- 计算网络最大流的代码,c++语言编写,可以使用。-the code is for calculating the max-flow of a network.
POJ1077
- 问题:8数码(即求解一个移动序列,使8数码复原) 算法:宽搜,在搜索的时候注意记录是否已经被访问过。
LCA
- 最近公共祖先(LCA),转化为 RMQ 用线段树解决-Recent public ancestor (LCA), into the tree line used to solve RMQ
kruskal
- 利用克鲁斯卡尔算法求边集数组GE所示图的最小生成树-Order to Kruskal algorithm using an array of GE edge set of minimum spanning tree as shown in Figure
NRU
- 实现NRU算法。实现一定程度的数据排序以及概率计算。-It can achieve NRU.Achieve some degree of data sorting and probability calculation.
search
- 找出迷宫所有路径,包含最短路径,经过改变还能生产路径。-search the mazepath
