Question: What is the time complexity of Dijkstra\'s algorithm using a binary heap?
Options:
Correct Answer: O(E log V)
Solution:
The time complexity of Dijkstra\'s algorithm using a binary heap is O(E log V), where E is the number of edges and V is the number of vertices.