Page 1 of 1

Which of thefollowing statementis true? Dijkstra's algorithm has greedy approach to find all pairs shortest paths. •

Posted: Fri Jul 01, 2022 5:41 am
by answerhappygod
Which of thefollowing statementis true?
Dijkstra's algorithm has greedy approach to find all pairsshortest paths.
• Dijkstra's algorithm hasgreedy approach to compute single source shortest paths to allother vertices. • 
The runtime of Dijkstra'salgorithm is O (E log V).
 • TheruntimeofDijkstra'salgorithmisO(Vlog E).