资源列表
PriorityQueue
- 优先队列课程设计源码,原创,自己的课程设计分享了,是数据结构要用到的。-Priority queue curriculum design source, originality, share their own curriculum design, is a data structure to use.
xyl
- 匈牙利算法,实现二分图问题的好途径,自己写的,是用邻接表来实现。-Hungarian algorithm for bipartite graph a good way to write your own adjacency list.
wll
- 网络流算法,自己写的实现最大流问题的好方法,是用邻接表实现的ISAP,网上可是很少的哟-Network flow algorithm, a good way to write your own to achieve the maximum flow problem, is the ISAP adjacency list online but few yo
prim
- 最小树的prim算法 使用一个数组作为辅助空间 达到最优的目的-Most trees in the prim algorithm
shujujiegou
- 数据结构括号匹配 对你肯定有用的 是用C++编写的 很辛苦找到的- Data structure matching parenthesis
2
- C++中链表相关程序示意(编译通过)。可将一链表按结点分为偶奇两部分-C++ in the linked list to indicate the program (compiled by).
c
- 经典算法:已知树T中结点的前序和中序序列分别放在字符型数组a1,a2中,试编写构造此二叉树的算法。-The classical algorithm: the known tree T node in the preorder and inorder sequence on the character array a1, a2, try to write the constructed binary tree algorithm.
paixu
- 选择排序,插入排序,冒泡排序的性能比较1)对冒泡排序,插入排序,选择排序算法进行时间复杂度上的比较. (2)待排序表(或数组)的表长(或数组元素的个数)不小于50;其中数据要用伪随机数产生程序产生;至少要用5组不同的输入数据作比较. -Selection sort, insertion sort, bubble sort performance comparison
LCS
- 采用递归的方式,找出两个字符串序列的所有最长公共子序列-Identify all the longest common subsequence of two strings of sequence
2-3tree
- 基于2-3树结构的字典、优先队列、可并堆、可连接队列算法实现-2-3 tree-based structure of the dictionary, priority queue, you can heap and can be connected to the queue algorithm
RandQSort
- 使用随即快速排序算法可以提高算法的排序速度-the random quick sort
Desktop
- 随机采样和随机选择的sherwood算法可以进一步改进算法-the sherwood form the sampling
