Q. How many times the insert and extract min operations are invoked per vertex?

  • (A) 1
  • (B) 2
  • (C) 3
  • (D) 0
πŸ’¬ Discuss
βœ… Correct Answer: (A) 1
Explanation: insert and extract min operations are invoked only once per vertex because each vertex is added only once to the set and each edge in the adjacency list is examined only once during the course of algorithm.

Explanation by: Mr. Dubey
insert and extract min operations are invoked only once per vertex because each vertex is added only once to the set and each edge in the adjacency list is examined only once during the course of algorithm.

πŸ’¬ Discussion

πŸ“Š Question Analytics

πŸ‘οΈ
729
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
94%
Success Rate