For minimum spanning tree (MST) construction, Prime’s algorithm selects and edge
1) with minimum weight so that cost of MST is always minimum
2) with maximum number of vertices connected to it so that MST has at least diameter
3) that does not introduced a cycle
4) that adds a new vertex to partially constructed tree with minimal increment in cost of MST
Answers
Answered by
5
2)with maximum no.of vertices connected to it so that MST has at least diameter.
satuu43:
Yes, please
Answered by
12
____________✉
▶Correct option is 2♍
➡With maximum number of vertices connected to it so that MST has at least diameter.
Similar questions