Jump to content

Talk:Kruskal's algorithm

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Grendelkhan (talk | contribs) at 08:46, 20 April 2004 (note to come back to this later.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Many problems with this proof. Confusion between vertices and edges, etc., etc.. --zero 05:56, 13 Oct 2003 (UTC)

There was actually also a problem with the running time. Kruskal's can run in O(|E| log |V|) where E is the set of edges and V the set of vertices. It should be obvious that |E| >= |V| in any graph that connects all vertices (though not necessarily fully connected).

Hell, using a better UNION-FIND paradigm, Kruskal's algorithm will run in expected time , where is the inverse Ackermann function. (If memory serves right. It's certainly better than ). Grendelkhan 08:46, 2004 Apr 20 (UTC)