lemon/unionfind.h
changeset 786 e20173729589
parent 559 c5fd2d996909
child 800 28c7ad6f8d91
     1.1 --- a/lemon/unionfind.h	Fri Nov 13 17:30:26 2009 +0100
     1.2 +++ b/lemon/unionfind.h	Fri Nov 13 18:10:06 2009 +0100
     1.3 @@ -43,7 +43,7 @@
     1.4    /// the find operation uses path compression.
     1.5    /// This is a very simple but efficient implementation, providing
     1.6    /// only four methods: join (union), find, insert and size.
     1.7 -  /// For more features see the \ref UnionFindEnum class.
     1.8 +  /// For more features, see the \ref UnionFindEnum class.
     1.9    ///
    1.10    /// It is primarily used in Kruskal algorithm for finding minimal
    1.11    /// cost spanning tree in a graph.