Content deleted Content added
Undid revision 1029061107 by David Eppstein (talk) |
→Pseudocode: removing the "orignal research" (a.k.a common sense), as well as the previously-present instance thereof |
||
Line 66:
In the conditional clauses, every edge ''uv'' is considered cheaper than "None". The purpose of the ''completed'' variable is to determine whether the forest ''F'' is yet a spanning forest.
If edges do not have distinct weights, then a consistent tie-breaking rule can be used (e.g. based on some [[total order]] on vertices or edges).
== Complexity ==
|