资源列表
[数据结构常用算法] dijkstra
说明:图论中迪杰斯特拉最短路算法的matlab代码(Matlab code of Dijstro algorithm in graph theory)<mazy@lzit.edu.cn> 在 2024-12-25 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 数据结构 图的应用 最小生成树问题
说明:应用最小生成树的实际问题,内含题目、代码、问题分析(Application of the minimum spanning tree to practical problems, including problem, code and problem analysis)<德德20> 在 2024-12-25 上传 | 大小:37kb | 下载:0
[数据结构常用算法] 二叉排序树_17281183_刘梦婷
说明:1.构造一棵二叉排序树并对其进行中序遍历输出; 2.在二叉排序树中查找某一关键字,若存在,显示查找成功;若不存在,将其插入到二叉排序树中,再中序遍历输出。(1. Construct a binary sort tree and output it through middle order traversal; 2. Find a keyword in the binary sort tree. If it exists, the s<lmt19990807> 在 2024-12-25 上传 | 大小:2.1mb | 下载:0
[数据结构常用算法] 哈希表_17281183_刘梦婷
说明:采用除留余数法构造哈希表,要求装载因子不超过0.7,线性探测再散列解决冲突,输出哈希表;任意输入关键字,判断是否在哈希表中,若存在显示查找成功并显示查找次数;若不存在,插入到哈希表中,再显示哈希表中的关键字序列。(The hash table is constructed by using the method of removing and reserving remainder. The loading factor is requ<lmt19990807> 在 2024-12-25 上传 | 大小:2.09mb | 下载:0
[数据结构常用算法] 二叉树_17281183_刘梦婷
说明:按先序遍历的扩展序列建立二叉树的二叉链表存储结构,实现二叉树先序、中序、后序遍历的递归算法,实现二叉树中序遍历的非递归算法,实现二叉树层次遍历的非递归算法,求二叉树的结点个数,求二叉树的深度。(The binary list storage structure of binary tree is established according to the extended sequence of traversal in the firs<lmt19990807> 在 2024-12-25 上传 | 大小:2.07mb | 下载:0