Algorithms

Select the accurate description of Dijkstra's algorithm.

Correct answer

C. An algorithm that finds the shortest path between nodes in a graph with non-negative edge weights.

Explanation

Dijkstra's algorithm refers to an algorithm that finds the shortest path between nodes in a graph with non-negative edge weights.