Minimal Spanning Tree (MST) using Prim's Algorithm
VerifiedAdded on  2019/10/09
|3
|1133
|304
Project
AI Summary
The assignment requires designing and implementing a program based on a greedy algorithm to solve the Minimal Spanning Tree (MST) problem. The program should implement Prim's algorithm with different data structures, such as two-dimensional arrays representing weight matrices or adjacency lists and heaps. Additionally, the program should include a brute force search algorithm for comparison purposes. The assignment also requires analyzing the efficiency of the algorithms and generating graphs to test the program.
Contribute Materials
Your contribution can guide someone’s learning journey. Share your
documents today.
1 out of 3