资源列表
ch3
- 严蔚敏《数据结构》第三章程序源码,用C实现。-Yan Wei-Min <data structure> the third chapter program source code, using C to achieve.
ch4
- 严蔚敏《数据结构》第四章程序源码,用C实现。-Yan Wei-Min <data structure> the forth chapter program source code, using C to achieve.
hannoi
- 汉诺塔的动画模拟程序,效果还不错,因为用了非递归的算法,所以运行比较快-Tower of Hanoi animation simulation program, the results were good, because it used non-recursive algorithm, it runs faster
shujujiegou
- 这是清华 严蔚敏《数据结构》的全部代码实现(C语言),希望对于初学者有所帮助。-This is the Tsinghua Yan Wei-Min " data structure" to achieve the full code (C language), want to be helpful for beginners.
schoolguid
- 本程序为一个最短路径的问题,通过输入校园内两个点来查找出两者的最短路径-This program is a shortest path problem, by entering the campus to find out the two-point shortest path between the two
kuaisuzuanzhi
- 利用数据结构的设计思想,来实现转置,将一组数据逆向输出,从而实现快速转置-The use of data structure design concept to achieve transpose, will reverse a set of data output, in order to achieve fast transpose
tuyouxianbianli
- C语言版的数据结构,利用遍历二叉树算法实现C语言的编程,即实现图的深度优先遍历。-C language version of the data structure, binary tree traversal algorithm using C programming language, namely, the achievement graph depth-first traversal.
tutuopupaixu
- C语言版的数据结构,利用图的拓扑排序,实现C语言的拓扑排序。-C language version of the data structure, the use of graph topological sort to achieve C language, topological sort.
structure
- 数据结构链表算法,包括:顺序表的基本操作、单链表的基本操作等-Linked list data structure algorithms, including: the basic operation of the order of the table, the basic operation of a single linked list, etc.
BestPath
- 主要实现最短路径的可视化展示。可以在程序中利用鼠标绘制路网,自定义起点和终点后就能自动的绘制出最短路线。-To achieve the shortest path to the main visualization display. Can be used in the program draw the road network in the mouse, custom start and finishing point will be able to automatically draw th
ACMShare
- ACM竞赛辅导-ACM Contest counseling~~~~~~~~~~~~~~~~~~~~
jingdiansuanfa
- 经典算法+分支限界法+分治法+动态规划+贪心算法+回溯法-Classical branch and bound algorithm+ France+ divide and conquer dynamic programming+++ backtracking greedy algorithm