资源列表
2980
- 在北大POJ通过的高精度大整数乘法运算程序
bosongfenjiu
- 泊松分酒游戏 游戏中实现泊松分酒的 全部算法
download
- 分支界限算法 ,用队列解决最优装载问题,跟背包算法有同样的功能-Branch and bound algorithm, the optimal loading queue to resolve the problem, with the same functionality Knapsack Algorithm
MaxPointsonaLine
- Given n points on a 2D plane, find the maximum number of points that lie on the same straight line. 分析:首先要注意的是,输入数组中可能有重复的点。由于两点确定一条直线,一个很直观的解法是计算每两个点形成的直线,然后把相同的直线合并,最后包含点最多的直线上点的个数就是本题的解。我们知道表示一条直线可以用斜率和y截距两个浮点数(垂直于x轴的直线斜率为无穷大,截距用x截距),同时还需要保存每
41
- 数据结构实验c语言原代码,数字从小到大的排序.
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