资源列表
[数据结构常用算法] some-of-the-binary-tree-algorithm.
说明:实现二叉树的一些算法,超级经典的算法,各种函数功能的实现-To achieve some of the binary tree algorithm, super-classic algorithm, the realization of various functions functions<gaoyang> 在 2024-11-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] 0427-0424-0412
说明:算法与数据结构课程设计试卷 1. 查找北京到上海使用时间最少的路线-Algorithms and Data Structures Course Design Paper 1. Find Beijing to Shanghai route with the least time<过客> 在 2024-11-14 上传 | 大小:2.8mb | 下载:0
[数据结构常用算法] Without-the-adjlink-to-map
说明:从键盘输入无向图G的顶点个数v及边的个数e。建立有v个顶点、e条边构成的无向图G,采用邻接矩阵表示。V个顶点的值由键盘输入,元素类型为字符型。e条边的信息也由键盘输入。分别调用图的深度优先搜索、广度优先搜索图并输出相应的遍历序列。-Input from the keyboard without the number of vertices to the graph G v and the number of edges e. Estab<钱行> 在 2024-11-14 上传 | 大小:23kb | 下载:0
[数据结构常用算法] Binary-search-algorithm
说明:在有序表中折半查找某个关键字为key的数据元素,并指出该元素在表中的位置-Binary search the table in order for the key to a key data elements, and that the element' s position in the table<钱行> 在 2024-11-14 上传 | 大小:21kb | 下载:0
[数据结构常用算法] Sparse-matrix-transposed
说明:利用三元组表存储表示,求稀疏矩阵的转置矩阵-Using the table triples storage representation, find the sparse matrix transpose<钱行> 在 2024-11-14 上传 | 大小:15kb | 下载:0
[数据结构常用算法] Merger-orderly-linear-list
说明:假设有两个按元素非递减次序排列的线性表,均以单链表形式存储。请编写算法将这两个单链表归并为一个按元素值非递减次序排列的单链表,并要求利用原来两个单链表的结点存放归并后的单链表。-Suppose there are two elements in non-descending order according to the linear form, are stored as single linked list. Please write<钱行> 在 2024-11-14 上传 | 大小:17kb | 下载:0