0 votes
in Other by

How does Prim's algorithm find spanning trees?

1 Answer

0 votes
by

The Prim's algorithm considers the nodes to be part of a single tree and adds new nodes to the spanning tree from the given graph.

...