资源列表
HANOI 塔问题求解
- HANOI 塔问题求解.cpp,HANOI 塔问题是数据结构中具有典型的代表性问题-HANOI tower question solution cpp, the HANOI tower question is in the construction of data has the model the representative question
2688
- POJ上2688一题多解,这是本人做的两个例子,已经提交通过
FarmIrrigation
- 是POJ上的一道搜索题,用VC调试通过,提交通过
bitree
- 这是一个二叉树的建立与便利的c语言实现,代码简单
point_to_line.rar
- 计算点到直线的距离.输入两点坐标确定一个直线,再输入一个点的坐标,计算该点到直线的距离.,Calculated point to the straight line distance. Enter the coordinates of two points determine a straight line, and then input the coordinates of a point, to calculate the straight-line distance between poi
tree2
- 请使用数组输入二叉树的结点数据,以结构体数组表示法创建二叉树,完成后将结构数组内容输出。 -Please enter the binary tree using an array of node data, in order to create a structure array representation of binary tree, when completed, will structure the contents of the output array.
prim
- C++实现prim算法求最小生成树,运用最小生成树理论可以解决很多实际问题-C++, prim for the Minimum Spanning Tree
erchashudejianli
- 数据结构之二叉树的建立源代码,严蔚敏版本,好不容易把课本上的代码打出来-The establishment of a binary tree data structure of source code, YAN Wei-min version, and finally to break out the code on the books
Banker
- 操作系统书中的银行家算法,C语言实现。为P进程的类型资源分配的资源数-The book of the banker s algorithm operating system, C language. The type of process for the P number of resources allocation of resources
poj1273
- 网络流的压入与重标记算法,该代码以poj1273为例,比网上已有的更为简洁。-Network flow pressure in and re-labeling algorithm, the code example to poj1273 than the online already more concise.
charu
- 有一个已经有序的数据序列,要求在这个已经排好的数据序列中插入一个数,但要求插入后此数据序列仍然有序,这个时候就要用到一种新的排序方法——插入排序法,插入排序的基本操作就是将一个数据插入到已经排好序的有序数据中,从而得到一个新的、个数加一的有序数据,算法适用于少量数据的排序,时间复杂度为O(n^2)。是稳定的排序方法。插入算法把要排序的数组分成两部分:第一部分包含了这个数组的所有元素,但将最后一个元素除外,而第二部分就只包含这一个元素。在第一部分排序后,再把这个最后元素插入到此刻已是有序的第一部分
98
- swust oj 98题,给需要的,互相学习一下-swust oj 98