资源列表
[数据结构常用算法] test10
说明:(1) 掌握图的邻接矩阵、邻接表、十字链表等不同存储形式的表示方法。 (2) 掌握图的两种不同遍历方法的基本思想并能编程实现。 (3) 掌握构造最小生成树的两种算法,即Prim 算法和Kruscal算法的思想,并能编程实现。 (4) 能够灵活运用图的相关算法解决相应的实际问题。 -(1) master the adjacency matrix, adjacency list, cross-linked forms of representation of different st<yuan li> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] First-Heapsort
说明:我的第一次自己写的堆排序算法,希望大家好好看,其实是为了凑字数-My first time to write their own heap sorting algorithm, I hope you look good, in fact, is to scrape together words<刘星辰> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] cengxubianli
说明:层序遍历二叉树算法,构建一个二叉树,然后对其进行层序遍历-Sequence binary tree traversal algorithm, to build a binary tree, and then traverse its sequence<夏天> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] Try-to-write-A-more-B
说明:设A=(a1, ……,am)和B=(b1,……,bn)均为顺序表,A’和B’分别为A和B中除去最大共同前缀后的子表 试写一个比较A,B大小的算法-Set A = (a1,......, am) and B = (b1,......, bn) are all order list, A "and" B for A and B were removed after the son of the most common prefix table Try to write A more A, B<叶子> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[数据结构常用算法] zuiyouzhuangzai
说明:贪心算法之最优装载——有n个集装箱要装上1艘载重量分别为c的轮船,其中第i个集装箱的重量为wi。最优装载问题要求确定在装载体积不受限制的情况下,将尽可能多的集装箱装上轮船,并找出一种装载方案。-Greedy algorithm of the optimal load<zhuxiaoxiao> 在 2025-07-17 上传 | 大小:1kb | 下载:0