Sathyabama-Coding-Club / HacktoberFest2019

This repository is a part of HacktoberFest, an event organised by DigitalOcean.
https://hacktoberfest.digitalocean.com/
15 stars 52 forks source link

prim.cpp: Add Prim's minimum spanning tree algorithm #26

Closed smowafy closed 5 years ago

smowafy commented 5 years ago

This adds Prim's algorithm for calculating the cost of the minimum spanning tree for an undirected graph.

Closes https://github.com/Sathyabama-Coding-Club/HacktoberFest2019/issues/16

abhiramready commented 5 years ago

Thanks for the Contribution!