Category:Prim's Algorithm
Jump to navigation
Jump to search
This category contains pages concerning Prim's Algorithm:
The purpose of this algorithm is to produce a minimum spanning tree $T$ for any given weighted graph $G$.
- Step 1: Choose any vertex of $G$, and add it to $T$.
- Step 3: If $T$ is a spanning tree $G$, stop. Otherwise, go to Step 2.
Source of Name
This entry was named for Robert Clay Prim.
Pages in category "Prim's Algorithm"
The following 7 pages are in this category, out of 7 total.