Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Experience the ease of finding accurate answers to your questions from a knowledgeable community of professionals. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

What is the time complexity of Dijkstra's algorithm for Shortest Paths? Assume that inputs are positively weighted graphs G = (V,E).
A. θ(V)
B. θ(EV)
C. θ(V log V)
D. θ(E)
E. θ(E log V)