资源列表
[数据结构常用算法] hafumanshu
说明:实现构造哈夫曼树的哈夫曼算法。 求解出所构造的哈夫曼 使用树的带权路径长度。 -Huffman tree structure to achieve the Huffman algorithm. Solving the structure of the Huffman tree with the right to use the path length.<xuan> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] HuffmanCode
说明:对文本信息进行哈夫曼加密,并将哈夫曼树及密码保存,然后进行解密。-Huffman text information encryption, and password and Huffman tree preservation, and then decrypt.<文龙飞> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] algraph_binary_tree_huffmantree
说明:创建静态,动态的三叉霍夫曼树和编码,有向无环图的创建及拓扑排序,双向循环链表,表达式求值,单链表,集合在一起-Create static and dynamic Huffman tree of the trigeminal and coding, directed acyclic graph creation and topological sort, two-way circulation list, expression evaluation, single-chain, together<3230133> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] shu
说明:编写程序,首先建立如下图所示的带头结点的二叉链存储结构二叉树,然后把二叉树顺时针旋转90度后在屏幕上打印该二叉树,然后输出分别按照前序遍历(含递归与非递归两种方法),中序遍历,后序遍历以及层次遍历等方法遍历二叉树次序访问各结点的序列信息,并验证结果正确与否,并实现在该二叉树中查找某结点数据的方法。-Programming, first of all to establish a lead as follows node chain store binary tree structure, and<瑶瑶> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] zuixiaoshengchengshu
说明:使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!<chenchen> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] suanshubiaodashi
说明:这是我的数据结构课程设计,1. 初始化两个空栈,一个是操作符栈,一个是操作数栈。2. 如果字符是操作数,将它压入操作数栈。 如果字符是个操作符,则和运算符栈顶的运算符比较优先权后作相应操作,优先技小泽压入栈,大于则将栈顶的运算符出栈,并将运算数栈顶的两个数出栈进行运算。等于,则弹出操作符。-This is my data structure of the curriculum design, 1. Initialize two empty stacks, one stack operator,<往往> 在 2025-06-15 上传 | 大小:11kb | 下载:0
[数据结构常用算法] ex2
说明:旅行商问题 某售货员要到若干城市去推销商品,已知各城市之间的路程(或旅费)。他要选定一条从驻地出发,经过每个城市一遍,最后回到驻地的路线,使总的路程(或旅费)最小。-Traveling salesman problem to a salesman to sell a number of city merchandise, known distance between each city (or travel). Him to select a departure from the resi<李> 在 2025-06-15 上传 | 大小:11kb | 下载:0