资源列表
SeqList_Static
- c语言,数据结构,静态链表。已经编译通过,通过优化。-c language, data structures, static list. Has been compiled by, through optimization.
algorithm---the-source-
- 《数据结构》算法实现及解析 高一凡著源码-" Data structure" algorithm, and one where the high resolution
Node
- 自已写的一人单向链表,实现了链表的建立,插入、删除和逆置-Write their own one-person one-way linked list, to achieve the establishment of a list, insert, delete, and set against the
ACM_stairs
- ACM程序设计题 砌楼梯 使用N(5 ≤ N ≤ 500)块砖来砌楼梯。希望你能写个程序计算出按下面的要求砌出的楼梯的种类是多少: 1. 每个楼梯中,不能出现每层砖的数目都一样。 2. 每个楼梯至少要有2层,每层至少一块砖。 ...... 有源码和解题报告
Library
- 使用VISUAL C++来实现的图书馆管理系统
sj
- 数据结构完整实现代码,包括线性表,栈,队列,树,二叉树,图,查找,排序-Data structure to achieve a complete code, including linear tables, stacks, queues, trees, binary tree, graph, search, sort
直接插入排序
- 这是关于严蔚敏版的《数据结构》第八章直接 插入排序(This is the eighth chapter of the data structure for the Yan Weimin edition Insertion sort)
test2
- 栈和队列(包括队列和栈的一些基本操作及应用)-Stack and queue (including queue and stack some of the basic operations and applications)
POJ2371
- PKU ONLINEJUDGE 2371
graph
- 数据结构。用C语言描写。定义图,邻接表,确定节点在图中的位置,建立邻接表,邻接矩阵等-Data structure. Using C language descr iption.
tougaoxitong
- 数据结构课程设计,为投稿系统代码,可以作为投稿系统设计的参考-this is for data struct exam
Some-ergodic-map
- 已知n个城市,任意两个城市之间存在最多三种交通工具;每种交通方式产生的费用不一定相同,时间不同: 1算法实现周游这n个城市并且费用最少(写程序,其中n<=10) 2、在规定的时间里,同时考虑每种交通方式花费时间;在规定时间内,周游这n个城市且费用最少-Known n city, city exists between any two up to three vehicles each kind of transport charges are not necessarily th
