1. Computer Science Engineering (CSE)
  2. Design and Analysis of Algorithms
  3. How many priority queue operations are i...
Q.

How many priority queue operations are involved in Dijkstra’s Algorithm?

A. 1
B. 3
C. 2
D. 4
Answer» B. 3
Explanation: the number of priority queue operations involved is 3. they are insert, extract-min and decrease key.

Discussion