β
Correct Answer: (C)
it can accept cycles in the mst
Explanation: kruskal’s algorithm is a greedy algorithm to construct the mst of the given graph. it constructs the mst by selecting edges in increasing order of their weights and rejects an edge if it may form the cycle. so, using kruskal’s algorithm is never formed.
Explanation by: Mr. Dubey
kruskal’s algorithm is a greedy algorithm to construct the mst of the given graph. it constructs the mst by selecting edges in increasing order of their weights and rejects an edge if it may form the cycle. so, using kruskal’s algorithm is never formed.
Discussion
Question Analytics
618
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
96%
Success Rate