资源列表
[数据结构常用算法] 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-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] DeleteSame
说明:删除序列中相同的元素,分为排序后删除和乱序删除,其中排序方法使用冒泡排序。-Remove the same sequence of elements, sorted into and out of order to delete to delete them sorted using the bubble sort.<阿庚> 在 2025-06-19 上传 | 大小:8kb | 下载:0
[数据结构常用算法] DS2
说明:2、 表达式求值 问题描述:使用键盘输入表达式,计算表达式的值并输出;将表达式转化成后缀表达式输出,利用后缀表达式求表达式的值并输出。 -2, the expression evaluation problem descr iption: Use the keypad to enter an expression to calculate the value of the expression and output the expression into postfix express<ssswwww> 在 2025-06-19 上传 | 大小:2kb | 下载:0
[数据结构常用算法] jingsuansuanfalearn
说明:是关于精算算法的很详细的资料,我自己看了一些,但是好多没看懂,大虾们可以挑战一下-very difficult material about jingsuan,and maybe you can challenge yourself<武茗> 在 2025-06-19 上传 | 大小:497kb | 下载: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-19 上传 | 大小:1kb | 下载:0
[数据结构常用算法] linear_sim
说明:c++ 模拟指针 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ simulation features including access to the element pointer, delete elements, add elements, output elements. Use module<yuanfeige> 在 2025-06-19 上传 | 大小:839kb | 下载:0