资源列表
[数据结构常用算法] Insertion-Sort
说明:插入排序在实现上,通常采用in-place排序(即只需用到O(1)的额外空间的排序),因而在从后向前扫描过程中,需要反复把已排序元素逐步向后挪位,为最新元素提供插入空间。- Insertion sort in the implementation, is usually used in place sorting (i.e., only need to sort of O (1) extra space). Therefore<靳以2002> 在 2024-11-07 上传 | 大小:150528 | 下载:0
[数据结构常用算法] binarysorttree
说明:输入一组记录构造一棵二叉排序树,并且输出这棵二叉排序树的中序序列 给定一个关键字值,对所构造的二叉排序树进行查找,并输出查找的结果。 -Enter a group of records a binary sort tree structure, sequence and output sequence tree binary sort tree Given a key value of the constructed b<王玥天> 在 2024-11-07 上传 | 大小:6144 | 下载:0
[数据结构常用算法] look-uptable
说明:按关键字从小到大顺序输入一组记录构造查找表,并且输出该查找表; 给定一个关键字值,对所构造的查找表分别进行顺序查找和折半查找,输出查找的结果以及查找过程中“比较”操作的执行次数。 -Press the key sequence input small to large lookup table constructed a set of records, and the output of the look-up table<王玥天> 在 2024-11-07 上传 | 大小:6144 | 下载:0
[数据结构常用算法] binary-tree
说明:1.实现二叉树的下列运算: [1]输入一个二叉树的先序序列,生成二叉树的二叉链表 [2]显示其先序、中序和后序遍历结果。 [3]计算二叉树的叶子结点数。 [4]求二叉树的深度 2.编程实现二叉树的层次遍历 3.哈夫曼编码-1.operational binary tree: [1] Enter a first sequence binary tree sequence, generating a binar<王玥天> 在 2024-11-07 上传 | 大小:264192 | 下载:0
[数据结构常用算法] shortest-path
说明:最短路径算法,对于权重图最短路径计算的基本算法-Shortest path algorithm, the basic algorithm for computing the shortest path weight of FIG.<小七2729> 在 2024-11-07 上传 | 大小:1087488 | 下载:0
[数据结构常用算法] yiqunyouhuasuanfa
说明:蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.<邓燕> 在 2024-11-07 上传 | 大小:1024 | 下载:0