资源列表
[数据结构常用算法] duichengjuzhen
说明:对称矩阵相乘:2. A和B是两个n×n阶的对称矩阵,以行为主序输入对称矩阵的下三角元素,压缩存储存入一维数组A和B,编写一个算法计算对称矩阵A和B的乘积,结果存入二维数组C。-Symmetric matrices: 2. A and B are two n × n symmetric band matrix, in order to conduct the main sequence of input symmetric matrix<李月> 在 2025-01-12 上传 | 大小:157kb | 下载:0
[数据结构常用算法] jiaohuanzuoyouzishu
说明:已知二叉树采用二叉链表存储结构,编写一个算法交换二叉树所有左、右子树的位置,即结点的左子树变为结点的右子树,右子树变为左子树。-Known binary tree using linked list storage structure, the preparation of a binary tree algorithm for the exchange of all the left and right subtree of the<李月> 在 2025-01-12 上传 | 大小:145kb | 下载:0
[数据结构常用算法] tongjierchashujiedian
说明:采用二叉链表结构存储一棵二叉树,编写一个算法统计该二叉树中结点总数及叶子结点总数。-Binary list using a binary tree structure of storage, the preparation of a statistical algorithm of the binary tree nodes and the total number of the total number of leaf nodes.<李月> 在 2025-01-12 上传 | 大小:147kb | 下载:0
[数据结构常用算法] panduanzhongxinduicheng
说明:设单链表中存放有n个字符,试编写算法,判断该字符串是否有中心对称的关系,例如xyzzyx是中心对称的字符串。-Store located in a single list has n characters, the preparation of test algorithm, the string to determine whether there is any relationship between the centro-symm<李月> 在 2025-01-12 上传 | 大小:171kb | 下载:0
[数据结构常用算法] xunhuanliedui
说明:2. 假设以数组sequ[m]存放循环队列的元素,同时设变量rear和quelen 分别指示循环队列中队尾元素的位置和内含元素的个数。编写实现该循环队列的入队和出队操作的算法。提示:队空的条件:sq->quelen==0;队满的条件:sq->quelen==m。-2. Assuming an array sequ [m] cycle queue storage elements, while the variable set<李月> 在 2025-01-12 上传 | 大小:157kb | 下载:0