资源列表
[数据结构常用算法] haxichazhao
说明:实用数据结构基础(第三版),实验,哈希查找-Based the practical data structure (third edition), experiment, hash to search<田庚> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[数据结构常用算法] tuopu
说明:图的拓扑排序 输入存储有向图 查找第一个入度为零的顶点,有就返回OK 没有则输出ERROR 用主对角线元素做“标记”当所有主对角线元素都变为1时,完成拓扑排序-Topological sorting of the input memory graph directed graph to find the first zero-degree vertices, there is no OK to return to the output ERROR to do with the main diag<victor> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shanhukule.cpp
说明:数据库中用于模拟走迷宫,可以以方阵形势确定迷宫,也有单纯的逻辑编码-The database used to simulate the Maze, the situation can determine the square maze, there are simple logic code<刘云飞> 在 2025-06-06 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Kruskal
说明:编程实现Kruskal算法,生成最小代价生成树,其中利用最小堆算法实现。 (随机生成n个点,且随机生成k条边,形成连通图) 根据输入的顶点数的不同,分析时间复杂度。-Implement Kruskal’s algorithm based on min-heap and disjoint set data structure for constructing a minimum cost spanning tree. Generate weighted undirected com<许许> 在 2025-06-06 上传 | 大小:2kb | 下载:0