资源列表
tree sort
- 用二叉树算法实现的排序-binary tree algorithm for ranking
123
- 用数值积分计算派值 本程序采用现在比较常用的且复杂度叫小的 数值积分算法 有效的提高了程序的可读性
find Your Team
- ACM题目
GG2005011
- 通过邻接矩阵构造图-through adjacency matrix structural map
graycode
- 构造格雷码的分析程序,用于算法分析,用VC编写,可以构造n位的格雷码-Gray Construction Code Analysis Program for the analysis of algorithms, with VC preparation, can be constructed of n-Gray code
060372011202.3
- MATLAB设计与实验程序,不是很难,可供试验用,大家注意题目-MATLAB Design and experimental procedures, is not difficult for the test, we pay attention to the subject
MergeList_L
- 单链表的排序,将两个单链表合并并且按升序排列-Single ranking list will be merged and the two single-linked list in ascending order
main
- 使用c或c++实现树的三种遍历,利用数据结构是树-Using c or c++ implementation of the three kinds of tree traversal, using the data structure is a tree
GreedySelector
- 设有n个活动的集合E={1,2,…,n},其中每个活动都要求使用同一资源,如演讲会场等,而在同一时间内只有一个活动能使用这一资源。每个活动i都有一个要求使用该资源的起始时间si和一个结束时间fi,且si <fi 。如果选择了活动i,则它在半开时间区间[si, fi)内占用资源。若区间[si, fi)与区间[sj, fj)不相交,则称活动i与活动j是相容的。也就是说,当si≥fj或sj≥fi时,活动i与活动j相容。-With n-set of the activities of E = (1
linearlistb
- 将A和B两个按元素值递增有序排列的线性表合并成一个递增排列的线性表C,然后把C表倒置成递减的线性表。-A and B will increase the value of two elements ordered by the linear arrangement of the table into a single incremental linear form C, then C table upside down into the descending linear form.
doublelist
- 双链表的有关程序,包括插入数据,删除数据。-Double-linked list of the relevant procedures, including inserting data, deleting data.
k
- 给定一组数组,数组元素个数为n,求这n个数中第k小的数。-Given a set of arrays, the number of array elements is n, find the number of the first k n a small number.