equal
deleted
inserted
replaced
28 #include <lemon/bits/traits.h> |
28 #include <lemon/bits/traits.h> |
29 |
29 |
30 ///\ingroup spantree |
30 ///\ingroup spantree |
31 ///\file |
31 ///\file |
32 ///\brief Kruskal's algorithm to compute a minimum cost spanning tree |
32 ///\brief Kruskal's algorithm to compute a minimum cost spanning tree |
33 /// |
|
34 ///Kruskal's algorithm to compute a minimum cost spanning tree. |
|
35 /// |
|
36 |
33 |
37 namespace lemon { |
34 namespace lemon { |
38 |
35 |
39 namespace _kruskal_bits { |
36 namespace _kruskal_bits { |
40 |
37 |