资源列表
kruskal
- this code for kruskal algorithm in c-this code for kruskal algorithm in c++
Minimum-spanning-tree
- Kruskal算法和Prim算法 任何只由G的边构成,并包含G的所有顶点的树称为G的生成树(G连通). 加权无向图G的生成树的代价是该生成树的所有边的代码(权)的和. 最小代价生成树是其所有生成树中代价最小的生成树.-Kruskal algorithm and Prim algorithm Any edge of only by G, is composed of all the vertices containing G tree called G of the spannin
qsort
- 快速排序算法的深入对比分析与改进,难得的好文-Quick Sort Algorithm in-depth comparative analysis and improvement, a rare good text
biaodashiqiuzhi
- c++数据结构实习 中缀表达式求值 输入一个中缀表达式 输出转换成的后缀表达式和结果-c++ data structure internships infix expression evaluation input an infix expressions output into the suffix expressions and results
实习报告:停车场管理
- 数据结构课程设计--停车场管理 实习报告:停车场管理 题目:编制一个模拟停车场管理的程序。 -Data structures curriculum design- Parking Management Practice Report: Parking management topics: the preparation of a simulated car park management program.
fenzhixianjie
- 0/1背包问题的优先队列式分支限界算法程序-0/1 knapsack problem the priority queue-type branch and bound algorithm procedure
yy
- vc的校园导游系统,数据结构课程的设计作品,利用算法将最短与最长路径算出,比较简单,便于扩张-vc campus tour guide systems, data structure, curriculum design work, using the algorithm calculates the shortest and longest path, is relatively simple, easy to expand
map_color
- 地图四色问题算法 回溯算法 地图四色问题算法 回溯算法-Algorithm for four-color map problem four color map problem backtracking algorithm backtracking algorithm algorithm
删除无用字符
- 编制一个扫描子程序,该扫描程序能删除无用的空白字符、回车字符以及其他与输入介质相关的非实质性字符,用“#”分隔单词流。
ArrayList
- C++ 下的ArrayList源码,贡献一下-ArrayList under C++ source code, contribute about
youchongfuyuansupailiewenti
- 算法设计与分析的一道题目:有重复元素排列问题(适用于上课实验)-Algorithm design and analysis of a topic: There are repeating elements in array problems (for school test)
SparseMatrixfinal
- 稀疏矩阵运算器 对稀疏矩阵采用三元组存储,实现加法 减法 乘法的功能-Sparse Matrix calculator used on the sparse matrix triple storage, the realization of the function of multiplication addition subtraction