Q115
What is the time complexity of Dijikstra's algorithm?
A.
O(N)
B.
O(N3)
C.
O(N2)
AnswerD.
O(logN)
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board