资源列表
[数据结构常用算法] danlianbiaojiegou
说明:数据结构中对单链表的一些基本操作,如插入,删除,判断表空,求链表长度等等。-Data structure in a single list of some of the basic operations, such as insert, delete, determine the table space, and the length of the list, etc..<朱祥波> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] AVL-tree
说明:1、以文本的形式输入平衡二叉树的数据,第一行为结点的个数,第二行为结点的值。并构造平衡二叉树 2、以文本的形式输出平衡二叉树的先序遍历,同一行中的两个数字之间用空白字符相隔。-1, in the form of text input balanced binary tree data, the number of the first acts of nodes, the value of the second node behavior. And constructs a balanced<李宇鹏> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] LinkList_Tmpl
说明:一个用模板技术实现的单链表类。可以直接包含进自己的C++工程中使用。-A single list class template technology used. It can be included directly into their C++ project uses.<李刚> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] src
说明:java排序算法,集成快速排序,直接插入排序,直接选择排序,快速排序,堆排序等常见排序算法,通过泛型和java8的函数式接口,可以支持针对任何数据类型的升序和降序排序-Java sorting algorithm, integrated quick sort, direct insertion sort, selection sort, quick sort, heap sort common sorting algorithm, through the functional interface<1111> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Huffman_code
说明:实现Huffman算法,对数据进行最优编码压缩。-huffman code<tanghongwei> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] StateTrans
说明:模拟银行营业厅代码中负责状态改变的模块,代码简单易用,无bug-Analog banking hall is responsible for the state to change the code module, the code is simple to use, no bug<高增诚> 在 2025-06-08 上传 | 大小:2kb | 下载:0
[数据结构常用算法] TrasverseGenerateBTree
说明:设二叉树结点值为大写字母,输入二叉树的前序遍历和中序遍历序列,生成此二叉树,输出该二叉树的后序遍历和按层次遍历序列。输入某结点值,在二叉树中查找该结点,若该结点存在,则输出从根到该结点的路径,否则给出不存在信息。-Binary tree node is set in capital letters, enter the pre-order traversal of a binary tree traversal sequence and generates this binary tree, t<何致奇> 在 2025-06-08 上传 | 大小:2kb | 下载:0