资源列表
a
- 数据结构课程设计说明书,很好的资料。希望大家喜欢。-Data Structure Course Design Manual, very good information. I hope you like.
create_hash
- hash表的建立相关函数实现,比如,hash表存储数据,hash表插入数据等。-hash table to achieve the establishment of correlation function, for example, hash table to store data, hash table to insert data.
DS
- 本人绝对原创的教学计划编制问题,拿出来和大家一起分享。-I am absolutely in the teaching of original programming problems and work out to share with everyone.
1_ADT
- ADV的数据结构,实现了简单搜索功能-ADV data,and、has a searching engine
search
- 树的遍历(非递归方式实现):首先按中序方式建立树并输入节点信息,通过栈实现树的非递归方式的先序、中序和后序的遍历-Tree traversal (non-recursive way): First of all, by the way in order to establish the tree and enter the node information, the realization of the tree through the stack of the first non-recurs
siweishuquanshijishu
- 对一个四位数进行判断,如果四个数字 全是奇数则输出-judge a number which has four numbers
MST
- Minimum Spanning Tree implementation using kruskal and prims algorithm.
double_list
- 构建两个双向链表,能够根据第一个链表中的值查询在第二个链表中的相同值的位置-Construction of two two-way linked list, a list based on the value of inquiry in the second list value in the same position
shuju
- 电子课件数据结构第2版。作者 张乃孝,学数据结构的可以看看,大学二年级可用
binarytreeandinsort
- 二叉排序树及其中序遍历,程序首先对随机生成的数建立二叉排序树,然后在对其进行中序遍历-Binary sort tree and the traversal, the program first to establish a number of randomly generated binary sort tree, and then in their order of traversal
jisuanqi
- c语言编的计算器,能对中缀表达式计算其结果,只需按要求输入程序即可-c language for the calculator, infix expressions can be calculated on the results, simply enter the procedures required to
sort
- 排序算法,包括冒泡,希尔,堆排序,快速排序,简单选择排序,插入排序-Sorting algorithm, including the bubble, Hill, Heap Sort, Quick Sort, the simple choice to sort, Insertion Sort
