资源列表
[数据结构常用算法] lianbiaolei
说明:用类的方法实现链表的基本操作。 自己手动编译的,可以运行。-Class methods used to achieve the basic operation of the list. Manually compiled their own, you can run.<暗杀> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 4
说明:(1)已知一棵完全二叉树存放于一个一维数组T[n]中,T[n]中存放的是各结点的值。试设计一个算法,从T[0]开始顺序读出各结点的值,建立该二叉树的二叉链表表示。 (2)二叉树的双序遍历(Double-order traversal)是指:对于二叉树的每一个结点来说,先访问这个结点,再按双序遍历它的左子树,然后再一次访问这个结点,接下来按双序遍历它的右子树。试写出执行这种双序遍历的算法。 -(1) known to a complete binary tree stored in a o<huxiameng> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] tree_export
说明:这个程序是实现二叉树的输出,是数据结构的很好的应用和体现-This program is to achieve the output of a binary tree is a good application data structure and reflect<Roslynn> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] SortingArrays
说明:sorting an array in an imaginary inventory program<wael> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] bankersolution
说明:著名的银行家算法的C语言实现,有利于基础的数据结构和算法的练习-Well-known banker algorithm C language, is conducive to data structures and algorithms based practice<余拜仁> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] search_in_part
说明:这个程序的功能是能够实现分块查找,优化查找算法,加快查找时间-This program is the ability to realize block search, optimization search algorithm, to speed up search time<Roslynn> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] neibor_chat
说明:这个程序提供了数据结构邻接表的一种实现方法,程序简洁易懂-This program provides an adjacency list data structure implementations, procedures, and easy to read<Roslynn> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] judge_leaf_number
说明:本程序是对二叉树的操作,判断并统计二叉树的叶子节点个数-This procedure is a binary operation, and statistics to determine the number of binary tree leaf node<Roslynn> 在 2025-06-14 上传 | 大小:1kb | 下载:0