prim's algorithm
Data Structure Data Structure Notes

Prim’s Algorithm to Find Minimum Cost Spanning Tree

Prim’s Algorithm to find MST Prim’s algorithm is a greedy algorithm used to find the minimum spanning tree in a given Graph. Problem based on Prim’s algorithm is mostly asked in GATE(CS/IT) Exam. Students preparing for GATE and UGC NET exam. We have explained the Prim’s Algorithm to find minimum cost spanning tree with Example […]