From: Martin Mares Date: Mon, 17 Mar 2008 17:51:51 +0000 (+0100) Subject: Bug fix. X-Git-Tag: printed~166 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=23b172528b36a3efcad94d1cdf96ecde0a4b446c;p=saga.git Bug fix. --- diff --git a/mst.tex b/mst.tex index 6e6310b..7c533c1 100644 --- a/mst.tex +++ b/mst.tex @@ -545,7 +545,7 @@ the identifier of the component. This takes $\O(m_i)$ time. Flattening is performed by first removing the loops and then bucket-sorting the edges (as ordered pairs of vertex identifiers) lexicographically, which brings parallel -edges together. The bucket sort uses two passes with $n$~buckets, so it takes +edges together. The bucket sort uses two passes with $n_i$~buckets, so it takes $\O(n_i+m_i)=\O(m)$. \qed