资源列表
jishu_sort
- 基数排序时一种借助多关键字排序的思想对简单逻辑关键字进行排序的方法,非常的实用。-Radix sort using a multi-key sort of thinking sort of simple logic keyword method is very practical.
longadd
- 任意长度整数相加c语言 代码 超简单 运算速度超快-Ultra-fast ultra-simple operation speed arbitrary length integers c language code
zuixiaoshengchengshusuanfa
- 通过数组的方式创建网,然后分别用克鲁斯卡尔和普里姆算法求得最小生成树-Create network by means of an array, and then separately in kruskal minimum spanning tree algorithm and she obtained
6.2
- 编写正确的算法实现赫夫曼编码及相应的译码-Write correct algorithm Huffman coding and decoding the corresponding
1
- 平衡二叉排序树的建立.增加和删除操作 平衡二叉排序树的建立.增加和删除操作
shunxuzhan
- 数据结构里的顺序栈在vc 下的实现,想必大家学习数据结构的时候都要学的吧。-data structure, the sequence in vc stack under the realization that we must study the data structure needed to learn this.
333
- 数据结构C语言实现一元多项式运算-C language data structures to achieve a dollar polynomial computing
StaticList
- 链表容器:静态链表:链表容量确定,由于采用数组存储,使访问更快。-Container list: static list: List the capacity to identify, due to the use of an array of storage, to enable faster access.
balancetree
- AVL平衡二叉树来进行排列操作,以实现时间优化-avl
HuffmanTree
- 哈夫曼树:构造哈夫曼树,构造哈夫曼编码。-Huffman tree: Huffman tree structure, constructed Huffman coding.
哈夫曼算法源程序
- 哈夫曼算法的源程序,根据清华大学数据结构一书中的算法编写-Huffman algorithm source code, according to a data structure of Qinghua University's book algorithm
Bitree
- 本程序的功能是:首先在二叉树的头文件中定义了二叉树的创建、插入、删除、三种遍历方式等,在主程序中则调用头文件来对创建的二叉树实现前序、中序、后续遍历,并打印最后遍历的结果。-The function of this program are: first define several operation of the binary treein the header file , including creating , inserting, deleting, and three trave
