资源列表
dashuxiangjia
- 大数相加的程序-failed to translate
linklist
- 数据机构中的双向链表,可用来实现并集,并且是用c++编制-for(i=1 i<=link1.GetLengthofLink() i++) { int e=link1.GetElement(i) if(link2.LinkLocate(e)==0) { newnode=(struct node*)malloc(sizeof(struct node)) newnode->data=e newnod
sort
- 介绍了三种排序与查找算法:选择排序算法,冒泡排序算法,折半查找法-selection sort,bubble sort,find
minspantree
- 最小生成树的克鲁斯卡尔算法 采用邻接矩阵存储图,用树表示和实现集合操作-Kruskal minimum spanning tree algorithm uses the adjacency matrix memory map, with trees and realize that the collection operation
dijkstra
- 用C语言实现dijkstra算法-Using C language algorithm dijkstra
c
- 快速排序算法,次算法基于分支策略的排序算法,对于输入的数组按从小到大进行排序. 创建一个二叉树的二叉链表结构,然后输出从根结点到所有叶子结点的路径。-quick_sort and binary_tree
DataStructure
- 用C语言编写实现数据结构方面的例子,如栈,队列,二叉树等!-Using C language data structures examples, such as stacks, queues, binary tree, etc.!
kruskal1
- kruskal算法求解最小生成树 K r u s k a l算法每次选择n- 1条边,所使用的贪婪准则是:从剩下的边中选择一条不会产生环路的具有最小耗费的边加入已选择的边的集合中。注意到所选取的边若产生环路则不可能形成一棵生成树。K r u s k a l算法分e 步,其中e 是网络中边的数目。按耗费递增的顺序来考虑这e 条边,每次考虑一条边。当考虑某条边时,若将其加入到已选边的集合中会出现环路,则将其抛弃,否则,将它选入。-kruskal
tongxun
- 实现通信功能,方便人们生活中记录,查询,增加,删除等-The realization of communication to facilitate people' s lives in the record, query, add, delete, etc.
1800
- 数据结构1800例题与答案 这是一本非常好的数据结构习题集,适合考研的朋友参考。-Example data structure 1800 and the answer to this is a very good set of exercises data structures, suitable for study section of the reference of a friend.
1717
- PKU1717-多米诺.DP实现,具体的转移方程可以看代码.-PKU1717-domino. DP realized, specific code can be seen the transfer equation.
3497
- PKU3497-二分加贪心,具体算法详见代码~-Add PKU3497-II sub-greedy algorithm as detailed in the specific code ~
