changeset 882 | 46974f296c4a |
parent 824 | 157115b5814a |
child 885 | 5e59c44b6ba2 |
2:c3f61cb0ce14 | 3:f1bd8d84a773 |
---|---|
19 ///\file |
19 ///\file |
20 ///\brief Kruskal's algorithm to compute a minimum cost tree |
20 ///\brief Kruskal's algorithm to compute a minimum cost tree |
21 /// |
21 /// |
22 ///Kruskal's algorithm to compute a minimum cost tree. |
22 ///Kruskal's algorithm to compute a minimum cost tree. |
23 |
23 |
24 ///\weakgroup spantree |
|
25 namespace hugo { |
24 namespace hugo { |
26 |
25 |
27 /// \addtogroup spantree |
26 /// \addtogroup spantree |
28 /// @{ |
27 /// @{ |
29 |
28 |