β
Correct Answer: (D)
min priority queue
Explanation: minimum priority queue is the most commonly used data structure for implementing dijkstra’s algorithm because the required operations to be performed in dijkstra’s algorithm match with specialty of a minimum priority queue.
Explanation by: Mr. Dubey
minimum priority queue is the most commonly used data structure for implementing dijkstra’s algorithm because the required operations to be performed in dijkstra’s algorithm match with specialty of a minimum priority queue.
Discussion
Question Analytics
178
Total Visits
3 y ago
Published
Mr. Dubey
Publisher
80%
Success Rate