资源列表
Nodeoflistpoint
- 链表的C程序完整例子 运行环境TurboC2.0-c program sample of node of the list point
NoteBookSample
- 使用C语言知识编写个人通讯录 运行环境TurboC2.0-C program sample of note book TurboC2.0
Graph
- 图的实现,包括图的创建、最短路径、最小生成树的实现。-Map implementation,including creating a graph,the shortest path and the smallest tree.
diff
- 对于给定的差分约束,计算满足差分约束的变量最大值与最小值之差的最小值。-For a given differential constraints, the calculation to satisfy the differential constraint variable maximum and minimum values of the difference between the minimum.
2color
- 对于给定的图G,如果存在一种用2种颜色对顶点着色的方案,使得图中任意一条边所 连接的2个顶点着有不同颜色,则称图G是可2着色的。 -For a given graph G, if there is a program of two kinds of color on the vertex shader, so any one edge Connect two vertices with different colors, then G can be 2-colored.
longestdw
- 试设计一个算法,对于给定的带权有向图,计算出该图中指定顶点为起点和终点的最长 简单路,并分析算法的计算时间复杂性。-Try to design an algorithm for a given weighted directed graph, calculate the vertex specified in the figure as a starting point and the end of the longest Simple way, and analyze the comp
Sort
- 数据结构中的各种排序功能实现,采用C++高级语言-Data structures in a variety of sorting functions, the use of high-level language C++
lszmg
- 最基础的走迷宫问题。 只用栈的思想,不用栈的物理结构。-The most basic of the maze problem. Only the idea of the stack without the physical structure of the stack
dbbz
- 自己实现的敌兵布阵的源代码,HDOJ1066题,数据结构使用了线段树和树状数组,算法策略使用了分治策略。-Own implementation of the enemy soldiers ended their source code, HDOJ1066 question, data structures using the segment tree and the tree array, the algorithm strategy of divide and conquer strategy
08
- 08年西电复试上机源码 c++ 全都通过上机测试-08 years from the source c++ reexamination passed the test
zhby1990
- 北大poj 上的题集 acm 我做过的题-Acm question I have ever done on the problem sets in Beijing University poj
skiplist
- 实现c++数据结构中的跳表,是一种特殊形式的单链表, 运算较快-it realize the skiplist data stucture, which is a special kind of list calculating in a faster speed
