资源列表
最小生成树算法
- 最小生成树-Prim算法和Kruskal算法 详解(minimum spanning tree Prim and Kruskal)
shunxubiao
- 利用数据结构链表实现图书信息管理,命名为SqList.cpp(Realization of library information management by using data structure linked list,It's called SqList.cpp)
算法:C语言实现
- 这是数据结构的C语言代码实现,数据结构重算法思想,C语言实现起来会比较容易上手,适合初学者(This is the data structure of the C language code to achieve, data structure re-algorithm ideas, I personally feel better)
Huffman Coding__V1
- 全套哈夫曼编码实验报告及代码 Huffman Coding__V1.doc Huffman.cpp 引用论文——哈夫曼树带权路径长度简便算法.pdf(A full set of Huffman coding experiment report and code Huffman Coding__V1.doc Huffman.cpp)
OJ参考答案
- 整理了西南科技大学OJ考试要求的全部80道数据结构AC代码(SWUST OJ data structure AC code)
数组
- 用java描述常用数组排序如冒泡排序、直接排序、反转排序(Use Java to describe common array sort such as bubble sort, direct ordering, reverse ordering)
背包九讲-2.0
- 背包九讲,主要讲述DP相关的背包算法以备大家参考(Knapsack nine lectures, mainly about DP related knapsack algorithm, for your reference)
HuffmanTree
- 包含了赫夫曼树编码译码所有具体过程(一整个工程)以及测试文档(It contains all the coding processes and testing documents.)
pp
- 大学数据结构课程设计链表实验:学生信息管理(data structure curriculum design)
beibao5
- /* 背包问题 问题定义: 有一个背包重量是T,有n件物品,重量分别是W0,W1...Wn-1 问能否从这n件物品中选择若干件放入背包中使其重量之和正好为T */(Tipcal package problem)
代码
- 在多维数组中,求3*4矩阵中所有元素的最大值(Finding the maximum of all elements in a matrix)
9、Hash表应用
- 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。(A hash table (Hash table, also called hash table) is a data structure that accesses directly according to the key code value (Key val
