资源列表
Birch
- 这是birch C语言的源代码。里面有详细的代码注释方便学习birch算法-birch c
bstree
- 分别构建函数,实现二叉排序树的创建,插入数据,删除结点-Constructing function, the realization of the binary sort tree creating, inserting data, deleting node
matching
- 关于三种模式匹配算法的比较,有时间和复杂度的比较-On three kinds of pattern matching algorithms, have the time and complexity comparison
traficc-asistance
- 交通咨询小系统,包含交通方式的增删改查,大二时的数据结构课程设计,还是不错的-Traffic advisory system, containing the mode of transport CRUD
BinTree
- 关于数据结构课本中二叉树的建立和前序遍历、中序遍历和后序遍历以及层次遍历-Data structure on the textbooks in the binary tree establishment and traversal, preorder and postorder traversal and hierarchy traversal
pre_expressions
- (数据结构)从原四则表达式求得前缀表达式-(Data structure) obtained from the original four expressions to prefix expressions.
DFS_non_recursive
- (数据结构)DFS深度优先,通过非递归算法来实现-The DFS of non-recursive algorithm (data structures)
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
Prim_algorithm
- (数据结构)用Prim算法构造最小生成树,是图的一种重要应用,它的要求是从一个带权无向完全图中选择n-1条边并使这个图仍然连通,同时还要考虑使树的权最小-(Data structure) Prim algorithm constructs the minimum spanning tree
sorts
- (数据结构)几种常见排序方式,简单选择排序,冒泡排序,折半插入排序-(Data structure) of several common sort, simple selection sort, bubble sort, binary insertion sort
shujujiegou
- 数据结构经典教程,处理电子商务信息必不可少的好东西哟-Classic data structure tutorial
maze
- to generate a maze randomly and find the path
