资源列表
bag
- 算法分析课程中的经典算法,背包问题的算法实现,仅供参考-Algorithm Analysis of the classic courses in algorithms, knapsack problem algorithm, for reference only
BANK1
- 银行家算法,安全性算法的源代码,有需要的可以下载-Banker s algorithm, security algorithms
parking
- 学数据结构时最简单的两个应用的实现。一个是停车场,含有工程文件在内的所有文件。一个是通讯录,只有cpp文件。请在vc下运行,其他环境可能需要其他头文件。-Two simple applications using the knowaledge of <data structure and algorithm>. One is a parking app, with all files included. Another is a phone book . Both run wi
TopKMax
- 找出一组数字中最大的K个数,用一个K大小的最小堆维护-Output top K numbers in an array using a minheap with heapsize equals to K
banlanced_binary_tree
- 平衡二叉树 的实现算法 数据结构 c++ 严蔚敏-Balanced binary tree data structure to achieve algorithm c++ Yan Wei Min
Huffcode
- 经典的哈弗曼编码问题,用数据结构中的二叉树来实现,最小编码问题。-Classic Ha Fuman coding problem, the binary tree data structure used to achieve the minimum coding problem.
data-struct
- 数据结构与算法 最短路径算法 最小生成树-Data Structures and Algorithms shortest path minimum spanning tree algorithm
bag
- 经典的背包问题,运用贪心算法非递归方式求解最优值。-Classical knapsack problem, the use of greedy algorithm for solving the optimal value of non-recursive way.
Ackerman
- ackerman 函数的实现 数据结构与算法-ackerman function implementation
Lagranges-interpolation
- 拉格朗插值算法实现。该例子用c++实现拉格朗日差值算法,代码已经进过测试,可直接运行-LaGrand interpolation algorithm. The example used c++ Lagrangian difference algorithm, the code has been to test, and can be run directly
dijkstra_adjlist
- 有向图采用邻接表数据结构,求解一点到其余各点的最短路径以及长度-Directed graph using adjacency list data structure, solving the point to the remaining points and the length of the shortest path
tuopu
- 经典拓扑排序算法,输入aov网络显示各节点入度出度,及邻接矩阵,并输出拓扑序列-topological sort arithmetic