dijkstra's algorithm

     

Dijkstra's algorithm, conceive by Dutch computer scientist Edsger Dijkstra in 1959, is a graph search algorithm that solves the single-source shortest path problem for a graph with non negative edge path costs, outputting a shortest path tree. This algorithm is often used in routing.

Found pages about dijkstra's algorithm

Users that searched for dijkstra's algorithm