资源列表
operBitree
- 对二叉树的一些基本操作,包括层次遍历求二叉树宽度,递归求宽度和高度-Some basic operations on binary tree hierarchy traversal binary tree width, recursion, width and height
txl
- 用链表实现通讯录系统,完成通讯录得建立、插入信息、更新信息、删除信息以及文件存储-With the list of the address book system realization, complete address book to establish, insert, update, and delete information information information and file storage
prim_mst
- prime最小生成树,数据结构,图论算法-prime MST
maze
- to generate a maze randomly and find the path
shujujiegou
- 数据结构经典教程,处理电子商务信息必不可少的好东西哟-Classic data structure tutorial
sorts
- (数据结构)几种常见排序方式,简单选择排序,冒泡排序,折半插入排序-(Data structure) of several common sort, simple selection sort, bubble sort, binary insertion sort
Prim_algorithm
- (数据结构)用Prim算法构造最小生成树,是图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通,同时还要考虑使树的权最小-(Data structure) Prim algorithm constructs the minimum spanning tree
binary_tree
- (数据结构)二叉树相关算法,包括按先序扩展序列建立二叉树,二叉树的先序、中序、后序的递归、非递归算法,层次非递归算法以及求二叉树的深度-(Data structure) binary tree algorithm, including the expansion of the sequence of the first sequence to the establishment of a binary tree, binary tree preorder, inorder, postorder
DFS_non_recursive
- (数据结构)DFS深度优先,通过非递归算法来实现-The DFS of non-recursive algorithm (data structures)
pre_expressions
- (数据结构)从原四则表达式求得前缀表达式-(Data structure) obtained from the original four expressions to prefix expressions.
BinTree
- 关于数据结构课本中二叉树的建立和前序遍历、中序遍历和后序遍历以及层次遍历-Data structure on the textbooks in the binary tree establishment and traversal, preorder and postorder traversal and hierarchy traversal
traficc-asistance
- 交通咨询小系统,包含交通方式的增删改查,大二时的数据结构课程设计,还是不错的-Traffic advisory system, containing the mode of transport CRUD
