资源列表
[数据结构常用算法] Huffman-Code
说明:把story.txt转换为code.txt,然后读取code.txt,转换为decoding.txt,模拟了哈夫曼编码、译码的过程。-The story.txt into code.txt, then read code.txt, converted to decoding.txt, to simulate the Huffman coding and decoding process.<kevin> 在 2024-11-19 上传 | 大小:17kb | 下载:0
[数据结构常用算法] Merger-orderly-linear-list
说明:假设有两个按元素非递减次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值非递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表。-Suppose there are two elements in non-descending order according to the linear form, are stored as single linked list. Please write<钱行> 在 2024-11-19 上传 | 大小:17kb | 下载:0
[数据结构常用算法] bolanjisuanqi
说明:背景 以下是几个标准的表达式: 5 * 2 + -3 5 * (2 + -3) 5 + ((-4 * -5) + (((5 + (6 - 2)) * 7 + ((4 + 2) * (3 - 1)))) 与之等价的波兰表达式为 + * 5 2 -3 * 5 + 2 -3 + 5 + * -4 -5 + * + 5 - 6 2 7 * + 4 2 - 3 1 在普通的表达式中<vengeance> 在 2024-11-19 上传 | 大小:17kb | 下载:0
[数据结构常用算法] efficient-monkey-king
说明:猴子选大王 算法实现,即约瑟夫环问题,并不是模拟算法,而是将其转化为数学问题,从而提高算法性能-Joseph circle<徐若晨> 在 2024-11-19 上传 | 大小:17kb | 下载:0