Q. In Unicast Routing, Dijkstra algorithm creates a shortest path tree from a

  • (A) graph
  • (B) tree
  • (C) network
  • (D) link
πŸ’¬ Discuss
βœ… Correct Answer: (A) graph
Explanation: the djikstra’s shortest path algorithm is the fastest among the algorithms for finding the shortest path in a graph. but it is a greedy method based algorithm so it does not guarantee the shortest path every time.

Explanation by: Mr. Dubey
the djikstra’s shortest path algorithm is the fastest among the algorithms for finding the shortest path in a graph. but it is a greedy method based algorithm so it does not guarantee the shortest path every time.

πŸ’¬ Discussion

πŸ“Š Question Analytics

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