资源列表
[数据结构常用算法] 求广义表深度和矩阵乘法以及九种排序算法
说明:是数据结构书上的算法,都是比较经典的实现。-data structure is the book algorithm, which is a more classic realized.<丁宗湖> 在 2025-06-17 上传 | 大小:8kb | 下载:0
[数据结构常用算法] 二叉排序树
说明:使用二叉树对一系列整数排序,并进行前序,中序,后序遍历。 可能有多组测试数据,对于每组数据,将题目所给数据建立一个二叉排序树,并对二叉排序树进行前序、中序和后序遍历。每种遍历结果输出一行。每行最后一个数据之后有一个空格。(The binary tree is used to sort a series of integers and traverse them in the order of preceding, middle and post. There may be multipl<@wrong> 在 2025-06-17 上传 | 大小:9kb | 下载:0