资源列表
EX_SORT
- 先用内排序对随即产生的内n个3位数的整数排好序,存放在一个文件中, 共产生m个有序文件,然后对这m个文件利用败者树进行多路平衡归并, 得到一个有n*m个三位数的有序文件。-First in order to then generated within the n-3-digit integer row good order, stored in a document, generate a total of m months in an orderly file, an
Dijkstra
- Dijkstra 算法的实现,数据结构作业.C++ 实现-Dijkstra the homework of Data Structure
neibupaixu
- 内部排序,可以自己输入数据也可以随机生成数据,然后进行希尔排序和直接插入排序-Internal sort can input data can also be randomly generated data, and then Hill sorting and direct insertion sort
hah
- 难得的哈弗曼编码!!本人也是在闲余时间敲了好久啊,,珍惜-english is not a good langlish!!
dulie
- 使用TC的数据结构的基本操作——队列的基本操作-TC data structure using the basic operations- the basic operation of the queue
huffman
- 从文件中读入字符集大小n,以及n个字符和n个权值。构建哈夫曼树,对每个字符生成哈夫曼编码。从文件中读入需编码的字符串,利用哈夫曼编码,对字符串进行编码,编码结果保存在文件。-The character read from the file set size n, and n-n character and the right values. Construction of Huffman tree generated Huffman code for each character. Read f
tree
- 用数据结构实现数据的查找,用二叉树的方法实现数据的遍历-Data with the search data structure, method of binary tree traversal data
priority_queue_dijkstra
- 最短路径_dijkstra堆优化+优先队列-dijkstra priority queue
pro2
- 选择、插入、冒泡、堆、散列等各种排序方法的源代码-Select, insert, bubbling, the source code of the heap, hash, such as a variety of sorting methods
jiegou3
- 本源码是关于数据结构的操作的源码,你可以下载编译运行。-source of the data structure of operation of the source code, you can download the compiler operation.
SparseMatrix
- 数据结构课程设计题目,稀疏矩正的生成-Data structure design curriculum topic being the generation of sparse moments
D@F
- 最短路径问题 迪克斯特拉算法和弗洛伊德算法-Dijkstra algorithm for shortest path problem
