demo/kruskal_demo.cc
changeset 1583 2b329fd595ef
parent 1580 a9e4208cf4e3
child 1584 cf4bc8d477f4
     1.1 --- a/demo/kruskal_demo.cc	Fri Jul 22 15:03:23 2005 +0000
     1.2 +++ b/demo/kruskal_demo.cc	Fri Jul 22 15:15:29 2005 +0000
     1.3 @@ -18,8 +18,8 @@
     1.4  ///\file
     1.5  ///\brief Minimum weight spanning tree by Kruskal algorithm (demo).
     1.6  ///
     1.7 -///This demo program shows how to find a minimum weight spannin tree
     1.8 -///of a graph by using the Kruskal algorithm. 
     1.9 +/// This demo program shows how to find a minimum weight spanning tree
    1.10 +/// in a graph by using the Kruskal algorithm. 
    1.11  
    1.12  #include <iostream>
    1.13  #include <vector>