资源列表
ssort
- 数据结构中的各种排序算法,包括快速排序,堆排序等。是经过精简的程序-data structure of the various sorting algorithms, including Quick Sort stacked ranking. Yes streamlined procedures
yueshefuhuanwenti
- 设计求解约瑟夫环问题的出列顺序。具体的要求和说明如下: (1)利用单向循环链表存储结构模拟此过程,按照出列的顺序输出个人的编号。 (2)m的初值为20;n=7,7个人的密码依次为:3,1,7,2,4,8,4,首先m的值为6(正确的出列顺序应为:6,1,4,7,2,3,5)。 (3)程序运行后,首先要求用户指定初始报数的上限值,然后读取个人的密码。可设n<=30,此题所用的循环链表中不需要“头结点”,请注意空表和非空表的界限。 (4)将上述功能改为在顺序结构上实现。-
stree
- 对于给定的赋权图G,编程计算图的最大边权最小生成树。
max_min
- 一个简单的程序,C++代码实现最大和最小素数问题-max_min_prime
dictionary
- 英汉字典,简单的查询,添加单词,模糊查找-An english-chinese dictionary and simple queries to add words, the fuzzy lookup
tree
- 哈夫曼树,可以图形显示,是用vc++编写的课程设计,-huffman tree,it can be described by draw
bubble_and_improved
- 冒泡算法,以及优化过的冒泡算法。整体思路和部分细节的创新。-Bubble Sort algorithm
hfmbyq
- 哈夫曼编/译器。有点问题,得不到正确的结果,望修改-Huffman Encoder/translation device . A little problem, not the correct results, look changes
tingchechang
- C++数据结构栈操作,实现简易的停车场系统-C++ data structure stack operation, and easy parking system
link_rlink
- 数据结构链表的应用,主要是用于链表的插入算法-The application data structure linked list
Josephus
- 用链表实现的约瑟夫环。问题描述:给出人数和一数字n,循环报数,报n的人出列,最后剩下的是第几个人?-Joseph ring
1
- 数据结构 最短路径--迪杰斯特拉算法-Most short-path--Enlightens Gester to pull the algorithm
