pravocodes / Hacktoberfest2024

26 stars 249 forks source link

Added Prims algorithm #52

Closed avisha191 closed 1 month ago

avisha191 commented 1 month 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 month ago

It is showing hacktoberfest excluded repository