changeset 1284 | b941d044f87b |
parent 250 | 81a3d0abe5f3 |
0:fda4062d194c | 1:0578195f1e0f |
---|---|
5 #ifndef KRUSKAL_H |
5 #ifndef KRUSKAL_H |
6 #define KRUSKAL_H |
6 #define KRUSKAL_H |
7 |
7 |
8 #include <union_find.h> |
8 #include <union_find.h> |
9 |
9 |
10 namespace hugo { |
10 namespace lemon { |
11 |
11 |
12 template <typename graph_type, typename T> |
12 template <typename graph_type, typename T> |
13 class Kruskal { |
13 class Kruskal { |
14 |
14 |
15 |
15 |
54 |
54 |
55 } |
55 } |
56 |
56 |
57 } |
57 } |
58 |
58 |
59 }//namespacc hugo |
59 }//namespacc lemon |
60 |
60 |
61 #endif |
61 #endif |