资源列表
BinaryTree
- 利用栈实现的二叉树,可进行插入删除查找,需要手动输入二叉树序列以初始化-Use stack to achieve binary tree insertion and deletion can be find, you need to manually enter the binary sequence to initialize
sort
- 包含各类排序算法的实现,有详细注释,可以自行添加时间测试算法来测试各排序算法的时间复杂度-Contains various sorting algorithm, detailed notes, can add time to test each test algorithm time complexity of sorting algorithm
matrix___transposition
- 使用C语言编写的矩阵的两种转置方法,属于数据结构范畴-two methods of matrix transposition
order_of_tree
- 使用c语言编写的树的遍历算法,包括前序、中序、后续和层次遍历。-Four tree traversal algorithms, including preorder,inorder,postorder and level traversal.
tree_creation
- 使用c语言编写的树的创建算法,包括前序算法和中序算法,属于数据结构范畴。-Two tree creation algorithms, including preorder and inorder.
disc_defragmentation
- 使用C++语言编写的洗盘碎片整理的程序,属于数据结构范畴。-A disc defragmentation program developed by C++。
rec_jt_lx_cl
- 使用c++语言在vc环境下编写的可画出矩形、箭头、菱形和圆形的小程序。-A programm of drawing a rectangle, an arrow, a diamond and a circular using c++ language in vc environment.
liandiao
- 单链表相关知识,主要讲述了单链表的操作,能帮助你了解单链表的知识。-Single chain related knowledge
shuzhuang
- 桉树状打印二叉树,对初学者来说有一定的帮助,同时在理解二叉树方面也有一定的了解。-Eucalyptus-like print binary tree, for beginners who have some help, but in understanding the binary tree also has a certain understanding.
dayin
- 打印二叉树,在学习数据结构方面有一定的帮助,同时在打印二叉树时能够真实的体会到二叉树的原理-Print binary tree data structure in the study have some help, but when printing a binary tree can truly appreciate the principle of a binary tree
shortest_length
- 计算二值网络的两两节点间的最短路径,并返回两两节点间的路程。-calculate the shortest length of undirected nework.
queuejas
- 一个队列的创立及应用的源代码,不是很高端-A queue creation and application source code is not very high
