Dijkstra’s Algorithm is used to solve _________ problems.
Dijkstra’s Algorithm is used to solve _________ problems.
Right Answer is:
Single source shortest path
SOLUTION
Dijkstra’s Algorithm is used for solving single source shortest path problems. In this algorithm, a single node is fixed as a source node and the shortest paths from this node to all other nodes in the graph are found.