Q. Which of the following is the most commonly used data structure for implementing Dijkstra’s Algorithm?

  • (A) max priority queue
  • (B) stack
  • (C) circular queue
  • (D) min priority queue
πŸ’¬ Discuss
βœ… 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