pravocodes / Hacktoberfest2024

26 stars 249 forks source link

Added code for prim's algorithm #59

Closed AbhishekGupta2405 closed 1 month ago

AbhishekGupta2405 commented 1 month ago

Added C++ code for prim's Algorithm. which output the order of the visited nodes as well as the weight of the minimum spanning tree.

fixes #51