资源列表
[数据结构常用算法] TU_datastructure
说明:数据结构中的重要结构,图,能够实现基本操作等。-data structure of important structures, graphics, and to achieve basic operation.<tanyue> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Twoforktrees
说明:二叉树操作,掌握指针变量的含义,二叉树的结构特征,以及各种存储结构的特点及使用范围;指针类型描述、访问和处理二叉树的运算。程序1: 按先序次序输入二叉树中结点的值(一个字符),`0`表示空树,生成二叉树的二叉链表存储结构, a为指向根结点的指针。然后按中序顺序遍历二叉树。算法思想:先访问左子树,再访问根结点,最后访问右子树。-binary tree operation, grasp the meaning indicator varia<林静> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] PerTravel_Tree
说明:用图的邻接矩阵存取,来进行图的前序遍历-with the adjacency matrix access, plans to conduct the first preorder<heifu> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] poj1990
说明:poj上第1990题目源码,用到了2个树状数组,这题数据结构是关键,想到了题目就很简单了-poj first topic FOSS 1990, used the two tree arrays, which that data structure is the key, think of a very simple topic<zhao shan hai> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] closed_point
说明:在一维空间上,有N个点,使用递归算法求解两个点x1和x2,使得这两个点靠得最近。-in one-dimensional space, a point N, the use of recursive algorithm for two points x1 and x2, This makes two points on a recently.<李明> 在 2025-01-16 上传 | 大小:1kb | 下载:0
[数据结构常用算法] matrix_mult
说明:矩阵链的相乘的源代码,采用动态归还算法求解得到最优解。-chain matrix multiplication of the source code, the return of dynamic algorithm to obtain the optimal solution.<李明> 在 2025-01-16 上传 | 大小:1kb | 下载:0