资源列表
code
- 《数据结构》这本书中出现的所有算法的源代码,从第二章到第九章很齐全,对初学者来说真的非常有用。-" Data structure" that appears in this book all the algorithm source code, from the second chapter to chapter IX is complete, it is really helpful for beginners.
DataStruct
- 数据结构(c语言描述英文版) 用于学习数据结构及了解国课程设置-Data structure (c language to describe the English version)
Btree
- BTree,B树的实现 数据结构课的小作业-BTree, B tree data structure class of small operations
MySort
- 6种内部排序算法的比较,并输出比较和交换次数结果-6 Comparison of the internal sorting algorithm, and the number of output compare and exchange results
122
- 二叉树的建立 实现查找功能并输出-The establishment of a binary tree search function and output to achieve
LIST
- C++ implementation of a List structure
maopao
- 冒泡排序ufa,很好很经典的,可以下载啊-this is very good!!!
QuickSort
- 步骤:设有一待排序的序列 1、分别设置low、high指向序列的最左端、最右端;从序列中选一个进行排序(通常选最左端的值low指向的值),存入到tmp; 2、从high端开始,查找比tmp小的,找到后将该值放入到low指向的存储位中;同时将high指向当前查到的值所在的位; 3、从low端开始,查找比tmp大的,找到后将该值放入到high指向的存储为中,同时low指向当前查到的值所在位; 4、若low位小于high位,返回步骤2;否则,将tmp值存入到空出来的low+1指向
shizilianbiao
- 十字链表A=A+B(有注释),自行输入A、B表-Cross-linked A = A+ B (with comments), to input A, B Table
LiteratureResearchAssistant
- 文学研究助手(链表),这是学习数据结构的一个小程序,使用链表编写-Literature Research Assistant (list), which is a small data structure learning, the use of the list prepared
ListToDetermine
- 判断邻接表中是否存在vi到vj的路径,数据结构初学者可以参考一下-Adjacency list to determine whether there is a path vi to vj, beginners can refer to data structure
test
- 定义数据元素的数据类型为结构体的链式堆栈,然后设计一个主函数对链式堆栈进行测试。-Data elements defined data type stack for the structure of the chain, and then design a main function of the chain stack testing.
