资源列表
PrimAlgorithm
- 数据结构——邻接矩阵表示图,普里姆算法程序实现最小生成树-Data structure- adjacency matrix graph, Prim algorithm for minimum spanning tree procedure
8queen
- 通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的八皇后问题-Training courses through learning Orsay, plus use of recursive programming skills back to complete the eight queens problem
2012-summer-Training-Contest(9)
- ACM 2012多校暑假集训(9),标程+解题报告。-ACM 2012 Multi-University Training Contest- Contest 9 Tutorial.
RB_Tree_danciking
- 使用红黑树编写“背单词”应用,根据熟悉度进行排序,熟悉度相同根据字典序排序。可添加,删除单词,也可以修改单词的熟悉度。可查找第k个单词,或计算kth到lth的单词熟悉度综合。-Use red-black tree to write " back the word" application, based on familiarity sort of familiarity same lexicographically sorted. You can add, delete wor
jneev
- 采用了基本的蚁群算法来求解0-1背包问题,该算法不仅可以对0-1背包问题进行求解,还可以对多维背包问题进行求解,()
zuiduanlujingwenti
- 最短路径问题的PPT描述,在数学建模上的广泛应用-PPT shortest path problem described in the mathematical modeling on a wide range of applications
UARComponents
- SSD4 ex2 绝对正确 信不信由你 恩 就这样吧-SSD4 ex2
BTreeChange
- 实现二叉树左右子树交换,先建立二叉树,打印输出,再将左右子树交换输出-Realize the binary tree son exchange about the tree
train-station--sale
- 是对火车站的售票系统的设计与实现,包括售票,退票,剩余票数等功能,对学习数据结构有很大的帮助。-The design and realization of the railway station ticket system, including ticketing, refund, the remaining votes and other functions, to learn the data structure of great help.
sort
- 后缀子串排序,这个程序可以对一个字符串的所有后缀子串进行排序-you can sort a string using this program
Bucket-sort
- 桶排序算法的实现,桶排序算法是比较流行的算法,用的是c语言-Achieve bucket sort algorithm, bucket sort algorithm is more popular algorithms, using c language
travel
- 通过学习奥赛培训课程,利用回溯加递归的编程技巧完成的骑士旅行问题-Training courses through learning Orsay, plus use of recursive programming skills back to complete the Knights travel problems