资源列表
[数据结构常用算法] BTree_src_vc6
说明:这是一个VC++根据前序序列和中序序列生成二叉树的程序,并进行遍历。 很不错的参考程序。-This is a VC++ according to pre-order sequences and the sequence binary sequence generation process, and traverse. A very good reference program.<zhang> 在 2024-12-27 上传 | 大小:5kb | 下载:0
[数据结构常用算法] huffman_encode
说明:功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character code<sun> 在 2024-12-27 上传 | 大小:2kb | 下载:0
[数据结构常用算法] huffman_encode
说明:功能是基于赫夫曼树的数据结构的文本压缩,根据生成的HuffmanTree来产生字符的编码.即从叶子到根逆向求每个字符的Huffman编码。 -Function is based on the Huffman tree data structure of the text compression, according to the generated HuffmanTree to generate the character codes.<sun> 在 2024-12-27 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Red-Black-Tree
说明:红黑树(Red-Black Tree)是二叉搜索树(Binary Search Tree)的一种改进-Red-Black Tree<张伟> 在 2024-12-27 上传 | 大小:184kb | 下载:0
[数据结构常用算法] states_compression
说明:介绍状态压缩理论,使用熟练地位操作降低需要的存储空间,以使动态规划算法可行-Describes the state compression theory, the status of the use of skilled operators to reduce the storage space needed to enable the dynamic programming algorithm is feasible<dyj> 在 2024-12-27 上传 | 大小:372kb | 下载:0
[数据结构常用算法] pinghengerchashu
说明:用二叉链表作存储结构 (1)以回车(‘\n’)为输入结束标志,输入数列L,分别生成一棵二叉排序树T和平衡的二叉排序树BT ; (2)对二叉排序树T作中序遍历,输出结果; (3)输入元素x,查找二叉排序树T:若存在含x的结点,则删除该 结点,并作中序遍历(执行操作2);否则输出相关信息; (4)分别计算T、BT的查找成功的平均查找长度,输出结果; -List for storage with the two fork<肖胜鹏> 在 2024-12-27 上传 | 大小:440kb | 下载:0