Topic: Graph Theory Problem / Level: advanced

Problem: Write a program to compute the minimum spanning tree using Prims algorithm with a Fibonacci heap.

Run the code to see the output here...