搜索资源列表
cr
- 克鲁斯卡尔算法,用c++实现,适用于本科数据结构教学。- Kruskal,implemented by C++, can be used in the course of DS of college students
Kruskal-algorithm
- 使用克鲁斯卡尔算法生成最小生成树,将输入的边按照权值大小进行排列,每条边的端点属于不同的集合,当选取的一条边的两个端点同属于一个集合时,此边放弃。不属于同一个集合则合并。 -Use kruskal algorithm to generate the minimum spanning tree, the edge of the input according to the weight, size of each edge endpoints belong to different colle
Kruskal.cpp
- 基于c语言的克鲁斯卡尔算法和Dijkstra算法-Kruskal arithmetic and Dijkstra arithmetic with C
Fourteenth_shangji_9_10
- 图论,迪杰斯特拉,克鲁斯卡尔,弗洛伊德,拓扑排序算法,与大连理工大学软件学院课本代码相同并修正bug-Graph theory, Dijkstra, Kruskal, Freud, topological sorting algorithm, and Dalian University of Technology as textbooks with the same code and bug fixes