Several changes in Kruskal alg.
- Input object interface was changed to an STL compatible one.
- template parameters of class KruskalPairVec has been simplified.
- (the most of) the names meet the naming conventions.
- a lot of (but still not enough) documentation has been added.
- class KruskalMapVec has been commented out.
1 #include <hugo/time_measure.h>
3 ///\file \brief Test cases for time_measure.h
5 ///\todo To be extended
14 for(int i=0;i<100;i++) j+=2;
15 std::cout << T << '\n';
17 for(int i=0;i<100;i++) j+=2;
18 std::cout << T << '\n';