Vidyalelo
Data Structure · Q115

Graph Algorithms (DFS, BFS, Dijkstras, etc)

Programming · Data Structure · question 115

Q115

What is the time complexity of Dijikstra's algorithm?

A.
O(N)
B.
O(N3)
C.
O(N2)
Answer
D.
O(logN)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board