lemon/unionfind.h
changeset 799 6be1f9bd2ac0
parent 559 c5fd2d996909
child 800 28c7ad6f8d91
     1.1 --- a/lemon/unionfind.h	Sun Oct 04 10:15:32 2009 +0200
     1.2 +++ b/lemon/unionfind.h	Wed Dec 09 11:14: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.