Computer Science, asked by nirakhi7469, 1 year ago

Explain dijkastra's algorithm with suitable examples

Answers

Answered by boxa2
2
Dijkstra's algorithm is an algorithm for finding the shortest paths between nodes in a graph, which may represent, for example, road networks. ... For a given source node in the graph, the algorithm finds the shortest path between that node and every other.
Similar questions