资源列表
SUANFA
- 计算机算法课程中的实验 单源点最短路径问题 可以自由输入有向权图 -Computer algorithms course experiments, single source shortest path problem has to be free to enter the right of Figure
Cpp1
- 实现二叉树的创建以及对其进行非递归前序遍历,路径输出等功能-To achieve the creation of a binary tree and its non-recursive preorder traversal of the path output function
Parking-lot-problems
- 关于停车场停车问题的管理,利用队列的性质就一辆车进停车场后的停车位,停车时间,需交停车费,以及停车场空闲车位的管理等问题-Questions about the management of parking lot, use queue of property is a car into the parking lot after the parking space, stop time, pay parking spot, and free parking management
Sort
- 算法设计,给出快速排序和归并排序的C++实现代码,并利用产生大量随机数方式比较运行时间。-Algorithm design, given the quick sort and merge sort in C++ code, and using a large number of random number generation means compare running time.
set_signal
- 数据结构中的经典问题,希望对大家有帮助,
tree
- 根据prim算法编写的求一棵树的最小生成树的程序。-Prepared in accordance with prim algorithm for a tree of minimum spanning tree procedure.
poj2485
- 北大2485的简单题目。用了最小生成树,在VS上编译,并成功提交。-2485 North of the easy topics. Used the minimum spanning tree, at VS on the compiler, and successfully submitted.
huishuo_beibao
- 回溯方法实现背包问题,有一定的容量内得到一个最优解-Knapsack problem back method has a certain capacity to be an optimal solution within
migong
- 迷宫问题,能够实现找到最短路径走出迷宫,-Maze problem, find the shortest path to achieve out of the maze,
MRELFFT
- 执行分裂基(split-radix)频率抽取(DIF)FFT算法,希望为同仁提供便利。-Implementation of split-based (split-radix) decimation in frequency (DIF) FFT algorithm in the hope that my colleagues facilitated.
a
- 数据结构的算法,按先序序列建立二叉树的算法。-Data structures, algorithms, according to the sequence of the first sequence to build the binary tree algorithm.
ZUXIAN
- 在二叉树中查找值为x的结点,请编写一算法用以打印值为x的结点的所有祖先,假设值为x的结点不多于1个。-Find the value of x binary tree node, please write an algorithm to print the value of all the ancestors of the node x, assuming that the node is no more than 1 x.