资源列表
duqusushu
- 该C程序实现了对数组结构这种基本的数据结构的访问和操作,并对其中的元素进行了改变同时使用了素数的判断操作
migongwenti
- 迷宫问题。以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论 起点就是方阵中的(1,1)终点就是(m-1,n-1) -Maze. With an m* n matrix, said the long labyrinth of 0 and 1, respectively, the maze of paths and obstacles. Designing a program, for any se
floyd
- Floyd算法又称为弗洛伊德算法,插点法,是一种用于寻找给定的加权图中顶点间最短路径的算法。-floyd simple algorithm
1
- 遍历二叉树,能沿着某条搜索路线,依次对树中每个结点均做一次且仅做一次访问。-traversing binary tree
danlibiaoharu
- 数据结构单链表的插入 -The insertion of a singly linked list data structure
dijkstra
- 寻求最短路径的matlab程序 pathS: 所求最短路径的起点 pathE :所求最短路径的终点 -Matlab program pathS seek the shortest path: the shortest path starting point pathE: The end of the shortest path
Dijkstra
- 最小生成树Dijkstra算法的实现,包括测试数据,算法准确。-The minimum spanning tree Dijkstra algorithm implementation, including test data, and accurate algorithm.
combine-LinkList
- 顺序表的合并,数据结构顺序表的应用,对于算法研究有意义-The merger of the sequence table, the application data structure sequence table meaningful research for the algorithm
test
- Floyd算法,数据结构中的图的经典算法,用以计算图中各点的最短路径-Floyd algorithm, the data structure of the classic algorithm to calculate the shortest path graph of each point
1
- 猴子选大王是数据结构中关于链表的一个经典的算法问题,比较实用,用C++实现-The monkey king election is the algorithm on a classic linked list data structure, more practical C++ to achieve
5
- 程序计算与PI值相关的BUFFON‘S NEEDLE问题。-Buffon s needle
CreateTree
- 用递归方法创建二叉树的算法,会提示某节点左儿子和右儿子的输入,避免一次输入所有节点导致出错的情形-Recursive method to create the binary tree algorithm, a node will be prompted son left and right inputs son, enter all the nodes to avoid a situation that caused the error