资源列表
Prim
- 利用数据图结构实现最小生成树的普里姆算法-Use data figure structure realize the minimum spanning tree PuLiM algorithm
Joseph
- 求解约瑟夫问题的三种解法,分别是线性表存储方法,向量存储方法,数组存储方法-To solve the problem of Joseph with three solution
123
- 关于车厢调度的数据结构算法实现,如输入,n=2,则输出12 21-Compartments scheduling data structure algorithms, such as input, n = 2, then the output 1221
DataStructures
- 数据结构与算法分析的实例建模,初学者参考!-Data structure and algorithms of modeling analysis example Beginners reference!
Jose
- 约瑟夫环 一个简单的新手编写的只是作为作业 学习的 小程序-Josephus show a little simple for studying,maybe not very well but just for a new student,who know that not good
suiji
- 利用随机化算法对顺序表进行搜索: 随机抽取有序表元素; 从最接近待查元素开始搜索。 -The use of randomized algorithms search order table: randomly selected from the ordered list of elements start the search from the closest to the unknown element.
Project
- 模拟银行排队序列问题,运用M/G/1模型-simulation for queueing system
algorithm
- C语言常用算法,利用vc++运行实现几种c的常用小算法,短小精悍-C language commonly used algorithm
huffman
- 哈夫曼树的算法,小程序,测试完全可用,数据结构-Huffman tree algorithm, program, test fully available
Merge-sort
- 实现归并排序,随机生成500个随机数,利用归并排序对这500个数排序-Merge sort, a randomly generated 500 random numbers using the sort of merge sort this 500 number
Selection-Sort
- 选择排序,随机生成500个随机数,并用选择排序对着500个数进行排序-Selection sort, randomly generated 500 random numbers, sort and select Sort facing the 500 number
Queen
- 八皇后问题的简单实现,运用回溯方法,可是-Simple implementation of the eight queens problem, the use of retrospective methods
