资源列表
coloring_graph_exact
- exact DSATUR algorithm colouring grapg minimum number of colours
acm
- acm 的几道题pku1611pku1182boj1456ACM入门及基本数据结构-acm The few, pku1611pku1182boj1456ACM entry and basic data structures
wannianli
- 随便输入一个年月日,判断该天是星期几或者输入一个年份,判断该年是闰年还是平年-Just enter a date, to determine the day of the week
min_distance
- 本算法用于求一系列点集中距离最小的点对,利用分治,递归,大大减少计算量-This algorithm is used to find a point of focus from the minimum point, the use of divide and conquer, recursion, greatly reducing the computational
cache-fifo
- CPU缓存算法,FIFO的模拟程序,通过VC2010编译,包括数据查找,替换算法-CPU caching algorithm FIFO algorithm FIF simulation, including data whether the hit, replace, contained on this basis can be done other algorithms,
FDOD
- 计算Information Discrepancy中的FDOD函数集,推荐给大家-Computing Information Discrepancy of FDOD function set, recommend to everyone
ha217
- 哈夫曼树 设计2进制前缀编码的方法如下. (1) 根据给定的n个字符以及相应的权值构造一棵最优二叉树 (2) 二叉树除了根结点以外,所有左边的分支标记 0 ,右边的分支标记为 1 (3) 对于每一种字符所对应的叶子结点找出到根结点的路径,则从根结点到此叶子结点路径上各分支字符组成的二进制数字串即为该字符的二进制前缀编码.
operation
- 表达式求值 数据结构栈的应用 自己写的课程设计代码
WinnerTree
- 常见的实现方法是使用两个数组, t[n-1]和e[n],数组e存放所有的参加排序的元素,在完全二叉树中是叶子结点,t[]存放 的是比赛的阶段性胜者的编号,再进行n趟比赛排序结束,时间复杂度是O(n*log2(n)), 其实我觉得也可以只通过一个数组A[2*n-1]也可以实现,只是标号的换算有点复杂而已. -Common implementation approach is to use two array, t [n-1] and e [n], the array storage
link
- 数据结构 链表 按顺序合并两链表。 pa =1 2 4 7 9 11 16 pb= 1 6 9 23 24 36 1 1 2 4 6 7 9 11 16 23 24 36-link
pr07
- Program to maintain an AVL tree in c++ languages
second200981176
- 邻接表,迪杰斯特拉算法-Adjacent table, Dijkstra algorithm
