资源列表
floyd
- MATHEMATICA 程序 最短路径算法
rat
- 迷宫老鼠 2、以一个 m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。设计一个程序,对任意设定的迷宫,求出一条从入口到出口的通路,或得出没有通路的结论。 迷宫根据一个迷宫数据文件建立。迷宫数据文件由一个包含0、1的矩阵组成。迷宫的通路可以使用通路上各点的坐标序列进行展示(使用图形展示最佳)。-Rat in a maze.
ds_5
- 1.定义图的数据结构。 2.编写函数,用邻接表实现图的存储结构,求图的顶点的度数。 3.编写函数,输出图的遍历序列。-1. The definition of graph data structure. 2. Write a function, using adjacency list implementation diagram of the storage structure, find the vertex of degree. 3. Write a function, the o
NodeSequence
- there are basic source codes of data structure. these codes will help study data structure. about nodesequence.
AVLtree
- 自认为数据结构作业里比较困难的一道程序,实现AVL的添加,删除,旋转操作-Since that data structure operations in a difficult process to achieve AVL to add, delete, rotate operation
quick
- 使用快速排序法,将无序的序列排成有序的序列-Use Quick Sort, the disorderly arranged in orderly sequence sequence
BSTree
- 二叉排序树 插入 删除 前序 中序 后序遍历-Binary sort tree
MyQueen
- 解决八皇后问题,可以根据需要改变全局变量,基于递归编写。-Data Structure
p781
- 在不用库函数的情况下,自己编写字符串的复制、比较函数,给字符串排序-The case without the library functions, write your own copy of the string comparison function to the string order
tree
- 二叉树的前序、中序、后续遍历的递归非递归算法。-about tree
3.1-3.4
- 数据结构算法学习,可实现线性表的插入删除和修改-Data Stricture
main
- 粒子群典型主程序 适合求取全局最优解 并且考虑失败情况 求均值代替-PSO typical main global optimal solution for strike