资源列表
[数据结构常用算法] TU_datastructure
说明:数据结构中的重要结构,图,能够实现基本操作等。-data structure of important structures, graphics, and to achieve basic operation.<tanyue> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] qipanfugaiwenti
说明:棋盘覆盖问题:在一个2的k次幂乘以2的k次幂个方格组成的棋盘中,恰有一个方格与其他方格不同,称该方格为一特殊方格,且称该棋盘为一特殊棋盘。在棋盘覆盖问题中,用四种不同形态的L型骨牌覆盖给定的特殊棋盘上除特殊方格以外的所有方格。 -chessboard coverage : two in a k-th power of 2 multiplied by the k-th power grid consisting of a chessboard, and a box with the other<pp> 在 2025-06-22 上传 | 大小:226kb | 下载:0
[数据结构常用算法] Diagram
说明:图的操作,包括,图的基本存储方法,有关图的操作算法并用C语言编程实现,图的搜索路径的遍历方法,以邻接矩阵和邻接表的方式存储连通图。然后分别用优先深度算法遍历邻接矩阵方式存储的图和邻接表方式存储的图。深度优先遍历的递归算法 (1)深度优先遍历算法(2)邻接表表示的深度优先搜索算法(3)邻接矩阵表示的深度优先搜索算法.-plan of operation, including, map the basic storage methods, the operation of the map algor<林静> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Linewatch
说明:线性表的基本操作,基本操作:插入、删除、查找以及线性表合并等运算在顺序存储结构和链接存储结构上的运算。-linear form the basic operation, the basic operations : insert, delete, Search and linear forms merging operations in order to link storage structures and storage structure on the operation.<林静> 在 2025-06-22 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Twoforktrees
说明:二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator variables, binary tree structure, a<林静> 在 2025-06-22 上传 | 大小:1kb | 下载:0
[数据结构常用算法] sqstack
说明:和线性表类似,栈也有两种存储表示:顺序栈和链栈。 顺序存储结构简称为顺序栈。和顺序表类似,对顺序栈也需要事先为它分配一个可以容纳最多元素的存储空间。 -and linear scale similar Stack also have two storage : order Stack and Stack chain. Sequence storage structure referred to as the sequence of stack. Table and order<小虫子> 在 2025-06-22 上传 | 大小:8kb | 下载:0
[数据结构常用算法] airPortSimulation
说明:金元平版数据结构 实验答案 有关飞机场内容的实验-money lithography experimental data structure answers the contents of the airport<王浩> 在 2025-06-22 上传 | 大小:5kb | 下载:0
[数据结构常用算法] Polynomial1
说明:数据结构答案 金元平-data structure answer money-<王浩> 在 2025-06-22 上传 | 大小:26kb | 下载:0
[数据结构常用算法] depthFirstSearch
说明:金元平 数据结构 答案-money-data structure answer<王浩> 在 2025-06-22 上传 | 大小:7kb | 下载:0