Topic: Graph Theory Problem / Level: advanced

Problem: Implement an algorithm to calculate the number of edges in a minimum spanning tree using Prims algorithm with a priority queue.

Run the code to see the output here...