Computer Science, asked by ishaansinha8474, 1 year ago

Dijkstra's algorithm,which solves the single source shortest path problem ,is a

Answers

Answered by Anonymous
0

Answer:

Explanation:

Dijkstra algorithm, which solves the single-source shortest--paths problem, is a Greedy algorithm, and the Floyd-Warshall algorithm, which finds shortest paths between all pairs of vertices, is a Dynamic programming algorithm

Answered by Ritikakinha1234
0

Answer:

Dynamic programming algorithm

1 Answer. Dijkstra algorithm, which solves the single-source shortest--paths problem, is a Greedy algorithm, and the Floyd-Warshall algorithm, which finds shortest paths between all pairs of vertices, is a Dynamic programming algorithm.

Similar questions