python
python copied to clipboard
Create minimum_cost_tree.py
A code to find Minimum Cost Spanning Tree of a given undirected graph using Prim’s algorithm. #hacktoberfest