资源列表
sort
- 给出快速排序、希尔排序、冒泡排序、选择排序和插入排序的实现并给出测试用例-Gives quick sort, shell sort, bubble sort, selection sort and insertion sort implementation and test cases are given
class09
- 自己实现的一个LCS最长公共子序列算法,参考算法导论第三版进行实现-An LCS longest common subsequence algorithm to achieve their own, refer to the third edition of Introduction to Algorithms were realized
1002
- pku acm 1002,自己写的,用快速排序
tree
- 数据结构 详细描述了如何创建二叉树的方法以及操作
seedoctor
- 医院就诊(队列应用)——排队,就诊,查看排队下班,不排队余下就诊等功能-Hospital (Queues application)- queue, treatment, see the line work, do not line up features such as the remaining treatment
SPFA
- 求单源最短路的SPFA算法的全称是:Shortest Path Faster Algorithm。 从名字我们就可以看出,这种算法在效率上一定有过人之处。 -For single-source shortest path algorithm for the full name of the SPFA is: Shortest Path Faster Algorithm. From the name we can see that this algorithm in efficie
exchange_perfix
- 中缀表达式 后缀表达式:不包含括号,运算符放在两个运算对象的后面,所有的计算按运算符出现的顺序,严格从左向右进行-Infix expression postfix expression: does not contain parentheses, operator on two operands in the back, all the calculations appear in the order according to operator, strictly from left to ri
0-1knapsackproblem
- 动态规划解0/1背包问题knapsack problem-Dynamic programming solution 0/1 knapsack problem
HZXDW
- 猴子选大王 数据结构经典问题 C语言实现-Monkey king selected the classic problems of data structure, C language
add-multiple-polynomial
- 一元多项式的实现,用链表的方法实现一元多项式运算-One yuan polynomial realization of the method with a list achieve a polynomial expression
QueueCharCyclic
- Implementing a queue data structure
Maze-problem
- 解决数据结构中的迷宫问题 可在TUEBOC中直接运行-Data structure to solve the maze problem can be run directly in TUEBOC