资源列表
[数据结构常用算法] minspantree
说明:最小生成树的克鲁斯卡尔算法 采用邻接矩阵存储图,用树表示和实现集合操作-Kruskal minimum spanning tree algorithm uses the adjacency matrix memory map, with trees and realize that the collection operation<刘生生> 在 2025-02-02 上传 | 大小:19kb | 下载:0
[数据结构常用算法] shujujiegou
说明:该数据结构代码包括单链表的简单应用,包括寻找最短路径或是对图进行不同的遍历等。-Code the data structure including a single list of simple applications, including the search for the shortest path or on the map such as different traversal.<sunluofang> 在 2025-02-02 上传 | 大小:19kb | 下载:0
[数据结构常用算法] Stack_Queue
说明:Applet演示程序,栈是一种先进后出(FILO)的线性数据结构,先进后出的意思就是……举个例子吧-Applet demo, after the stack is an advanced out (FILO) of the linear data structure, advanced means of the following ... ... Let me give an example<hl> 在 2025-02-02 上传 | 大小:19kb | 下载:0
[数据结构常用算法] Create_and_bianli_BiTree
说明:c语言实现的 算法思想: 根据完全二叉树的定义,对完全二叉树按照从上到下,从左到右的层次序遍历应该满足: (1)某节点没有左孩子,则一定无右孩子 (2)某节点缺左或右孩子,则其所有后继一定无孩子。 若不满足上述任何一条,均不为完全二叉树。 (3) 利用栈先序遍历 -c language implementation of the algorithm is thinking: According to the<lll> 在 2025-02-02 上传 | 大小:19kb | 下载:0
[数据结构常用算法] L_A_distance
说明:Levenshtein 距离算法实现。Levenshtein 距离测量两个字符串的相近性-The "Levenshtein distance" is a measure of the similarity between two strings, this algorithm is also refered to as "edit distance".<peter> 在 2025-02-02 上传 | 大小:19kb | 下载:0