M

Mr. Dubey • 100.69K Points
Coach

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
Share

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.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics