登录
首页 » 数据结构 » Prim 算法寻找最小生成树,用C语言实现,有完整的注释!

Prim 算法寻找最小生成树,用C语言实现,有完整的注释!

于 2022-03-02 发布 文件大小:1.40 kB
0 144
下载积分: 2 下载次数: 1

代码说明:

Prim 算法寻找最小生成树,用C语言实现,有完整的注释!-Prim algorithm to find the minimum spanning tree, using C language, a complete Notes!

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Microsoft Access中的图形切割程序
    Microsoft Access中的图形切割程序-Graph cut program in the Microsoft Acess
    2022-04-27 14:56:56下载
    积分:1
  • 库开发
    DataBase development
    2023-04-02 14:40:04下载
    积分:1
  • 问题描述:假设一个商店,有一个架子和一个仓库,当第…
    问题描述: 假设一个商店,它有一个货架和一个仓库,当货架上的商品数量少于一定的数目时,从仓库运一定数量的商品摆到货架上,当仓库里的商品的数量少于一定的数目时,购买商品把仓库填满,商品的出售要按照商品的生产日期来,快要过期的商品要先出售。 解决问题的方法: 用了两个栈和 一个队列,把队列当作仓库,用一个栈作为货架,把另一个栈当作临时的存储箱。当要往货架上添商品时,先把作为货架的栈中的元素全都压到作为存储箱的栈中,再把仓库中的元素压到存储箱中,然后再把存储箱中的所有元素都压到货架上,这样,就能保证快要过期的商品先被出售。-Problem description : Suppose a shop, which has a shelf and a warehouse, when the merchandise on the shelves less than a certain quantity of the number, a certain number from the warehouses of goods on the shelves, when the warehouse volume of goods is less than certain number, purchase goods warehouse filled, the goods according to the sale of commodity production to date, is about to expire first sale of goods. The solution : a two stack and a queue, queue as a warehouse, used as a stack shelves, and another stack as a temporary storage bins. When to go to the shelves Tim commodity, first as a stack shelves of all elements of the pressure storage tank as the stack, then the warehouse down to the storage element box, and then s
    2022-07-13 01:56:00下载
    积分:1
  • 与算法综合资料库.CHM 包含经典的、常用算法、以及c++学习资料等,全是经典的东西...
    数据结构与算法综合资料库.CHM 包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西-General data structures and algorithms library. CHM contains classic data structure, commonly used algorithms, as well as the c++ learning materials and so on, all things classic. . .
    2023-05-06 06:00:03下载
    积分:1
  • 中,发现两个字符串中最大匹配的字符的相关程序
    数据结构中,发现两个字符串中最大匹配的字符的相关程序-Data structure, we found two strings of characters in the biggest match of the relevant procedures
    2022-01-30 18:26:52下载
    积分:1
  • 哈希表的实现,用C++写的,比较完整
    数据结构哈希表的实现,用C++写的,比较完整-Hash table data structure to achieve, using C++ Written relatively complete
    2022-07-04 05:40:41下载
    积分:1
  • 这里有一些中的通用算法,拿出来和大家共享了◎
    这里有一些数据结构中的通用算法,拿出来和大家共享了◎-Here are some of the generic data structure algorithms, up to and everyone shared ◎
    2022-11-10 09:30:03下载
    积分:1
  • 这个代码是约瑟夫环链表实现循环的方法,可以帮助理解…
    本代码是约瑟夫环的循环链表实现方法,可以帮助理解约瑟夫环的基本原理,及其实现-This code is Joseph Central List realize the cycle method, can help to understand the basic principles of Joseph Ring, and its realization
    2023-06-02 18:20:03下载
    积分:1
  • create binary tree, and to achieve binary tree before the sequence, sequence rec...
    创建二叉树,并实现二叉树前序、中序递归遍历算法和二叉树的后序非递归遍历-create binary tree, and to achieve binary tree before the sequence, sequence recursive traversal of a binary tree algorithm and after non- recursive traversal sequence
    2022-11-23 15:30:04下载
    积分:1
  • 一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助...
    一个小型的排序算法,使用了泛型算法等知识,对初学泛型有帮助-A small sorting algorithm, the use of a generic algorithm knowledge of generic beginner help
    2023-03-11 00:00:04下载
    积分:1
  • 696518资源总数
  • 106215会员总数
  • 5今日下载