pravocodes / Hacktoberfest2024

25 stars 227 forks source link

Added Prims algorithm #52

Closed avisha191 closed 1 week ago

avisha191 commented 1 week ago

Prim's Algorithm is a greedy algorithm used to find the Minimum Spanning Tree (MST) of a weighted, undirected graph. The MST is a subset of the edges that connects all the vertices together without any cycles and with the minimum possible total edge weight.

avisha191 commented 1 week ago

It is showing hacktoberfest excluded repository