Exercise: Prim’s Algorithm
Test your understanding of Prim’s algorithm.
We'll cover the following...
The task at hand
Given the graph in the playground below, select a vertex that you would like to serve as the root vertex. Now, grab a paper and a pen and ...