资源列表
[数据结构常用算法] BinaryTree
说明:实现二叉树的构造程序。二叉树由一个根节点和根节点上的左子树和右子树组成。该段代码能够构造一个二叉树并计算节点数目、树的高度以及显示节点。-Procedures to achieve binary tree structure. From left sub-tree of a binary tree root and root on the composition and the right subtree. This code can<林雨> 在 2024-11-14 上传 | 大小:7kb | 下载:0
[数据结构常用算法] sort_and_search
说明:几个重要的排序算法(插入,冒泡,选择及快排等)和查找算法(普通查找,二分查找)-Several important sorting algorithms (insertion, bubble, selection and fast scheduling, etc.) and search algorithms (general search, binary search)<李彦宏> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Floyed-Huffman-prim
说明:算法设计与分析课程中常用的一些算法,包括Floyed算法,Huffman算法、prim算法,单源最短路径算法,分数背包问题-Algorithm Design and Analysis course some commonly used algorithms, including Floyed algorithm, Huffman algorithm, prim algorithm, single-source shortest path<liyuqin> 在 2024-11-14 上传 | 大小:528kb | 下载:0
[数据结构常用算法] Linear-table-_-leading-chain-said
说明:将第一个结点作为一个特殊的结点,不用来存储数据的链表-The first node as a special node is not used to store data list<于渊> 在 2024-11-14 上传 | 大小:269kb | 下载:0
[数据结构常用算法] Linear-table-_-endless-chain-said
说明:不创建头结点的链表。满足以下功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱元素,列举后继元素,退出程序。-Do not create a head node of the list. Meet the following functions: lists of elements, insert, delete elements, empty table, query element values, quer<于渊> 在 2024-11-14 上传 | 大小:12kb | 下载:0
[数据结构常用算法] Linear-table-_-circular-linked-list
说明:循环链表,有以下几项功能:列举表元素,插入、删除元素,清空表,查询元素值,查询元素位置,列举前驱和后继元素,退出程序。-The circular list, has the following functions: lists of elements, insert, delete elements, empty table, query element values, query element position, list of p<于渊> 在 2024-11-14 上传 | 大小:6kb | 下载:0