资源列表
[数据结构常用算法] data-structure
说明:描述了基本的数据结构算法:例如单链表的线性表、多项式等的建立遍历-Describes the basic data structure algorithms: for example, a linear single-chain form, through the establishment of such polynomials, etc.<zhang> 在 2025-06-17 上传 | 大小:2.14mb | 下载:0
[数据结构常用算法] Solving-expressions
说明:简单算术表达式的求解,利用栈的后进先出的特点,加入了对算式合法性的判断-Solving simple arithmetic expression, the use of LIFO stack characteristics, added to the formula to determine the legality of<ryan> 在 2025-06-17 上传 | 大小:2kb | 下载:0
[数据结构常用算法] danlianbiao
说明:单链表,软件基础的基本处理方法。很简单,不过功能比较全-Single linked list, the software foundation of the basic approach. Very simple, but full-feature comparison<wuxi> 在 2025-06-17 上传 | 大小:214kb | 下载:0
[数据结构常用算法] TreeMap
说明:红黑树是一个更高效的检索二叉树,因此常常用来实现关联数组。典型地,JDK提供的集合类TreeMap本身就是一个红黑树的实现。-Red-black tree is a binary tree search more efficient, so often used to implement associative arrays. Typically, JDK provides a collection of classes TreeMap itself is a red-black tree im<WSN> 在 2025-06-17 上传 | 大小:46kb | 下载:0
[数据结构常用算法] Huffman
说明:运用赫夫曼编码的最优前缀码的贪心算法构造huffman树: 首先扫描输入文件,统计出现的字符以及每个字符出现的次数。每次取出现次数最小的那两个节点(node)合并成一个节点(node),并且将累计数值相加作为新的接点的累计数值,最顶层的是根节点(root) -Huffman coding using optimal prefix code of the greedy algorithm constructs huffman tree: First, scan the input file,<WSN> 在 2025-06-17 上传 | 大小:11kb | 下载:0