资源列表
[数据结构常用算法] HuffmanOptimalbinarytree
说明:利用Huffman算法,构造最优二叉树,它是霍夫曼编码的基础。-Huffman algorithm is used to construct optimal binary tree, which is the basis of Huffman coding.<花脸的猫> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] huffmancode
说明:huffman编码,能够对输入的序列按权值进行最优二叉树排序,按最优二叉树排序进行简单编码。-huffman coding, be able to input the right values according to the optimal sequence of binary sort order by a simple optimal binary codes.<花脸的猫> 在 2025-06-09 上传 | 大小:1kb | 下载:0
[数据结构常用算法] BiTreeOrder
说明:通过C++编写创建二叉树的代码,及实现二叉树的递归和非递归的先序、中序及后序遍历,和层次遍历。-The creation of a binary tree, recursive and non recursive traversal<mayinc> 在 2025-06-09 上传 | 大小:916kb | 下载:0
[数据结构常用算法] Bruit_Fox_Algorithm
说明:朴素的模式匹配算法,也称布鲁特-福斯算法,实现子串的定位操作。-Simple pattern matching algorithm, also known as the bruit- Fox algorithm to achieve sub-string positioning operation.<mayinc> 在 2025-06-09 上传 | 大小:415kb | 下载:0
[数据结构常用算法] Josephus
说明:MFC编程实现约瑟夫环(编号为1—n的n个人按顺时针方向围坐一圈,首先从第m个人开始按顺时针方向从1开始依次报数,报到数m的人就出圈,然后再从他的下一个人开始,重新从1开始报数,报到m的人,再令其出列,一直到所有人都出圈为止。求出n个人的出列编号序列。)-MFC Programming Joseph Central (numbered 1-n n-person sitting clockwise circle, starting with the first m individuals to e<方荣富> 在 2025-06-09 上传 | 大小:38kb | 下载:1