Data Structure (2130702)

BE | Semester-3   Summer-2019 | 06/04/2019

Q3) (c)

Explain the working of the Prim’s algorithm with suitable example.

Working of Prim’s algorithm with example:


Let X be the set of nodes explored, initially X = { A }

Working of Prim’s algorithm with example