资源列表
topsort
- 拓扑排序的C++源码,一种有向无环图排序的重要的图论算法-Topological sort of C++ source code, a directed acyclic graph sort of important graph algorithms
migong
- 迷宫求解问题是数据结构中的经典问题,利用栈的原理。-maze problem
dingpiapxitong
- 用C语言实现的航班订票系统,通过链表实现数据结构。-hang ban ding piao xi tong
suanshubiaoda
- 用栈的原理实现的算术表达式求解,可输入算数表达式-suan shu biao da shi
xianxuzhongxu
- 用C语言实现的二叉树的先序遍历和中序遍历的源代码-er cha shu
Sort
- 排序综合程序,对3中排序方法进行比较。有简单的菜单操作说明-Sort comprehensive program, the three methods were compared in order. A simple menu instructions
yuangongguanli
- 用C语言实现的员工管理系统,主要通过链表连接数据-Implemented in C language, staff management system, mainly through the linked list data connection
tree
- 这是一点点关于树与二叉树的资料,觉得还可以,建议-This is a little bit about the tree and the binary information that can be recommended to see
E4308_25
- 数据结构实验,关于算术表达式求值演示的程序,可能写的不太好,希望有帮助-Experimental data structures, arithmetic expression evaluation on presentation of the program, may write very well, hope to help
deb95
- 第一代非支配排序算法,用于求解多目标优化问题-non dominated sorted algorithm for multiple objective problem
run-babbel-sort
- buble sort, this is my code to approve the task from my teacher
KMP
- KMP 改进的字符串匹配算法,由D.E.Knuth与V.R.Pratt和J.H.Morris同时发现,因此人们称它为克努特——莫里斯——普拉特操作(简称KMP算法)。KMP算法的关键是根据给定的模式串W1,m,定义一个next函数。next函数包含了模式串本身局部匹配的信息。-Improved KMP string matching algorithm, by DEKnuth with VRPratt and JHMorris also found, so people call it Knut
