Algorithms
Dijkstra algorithm
Algorithm for finding the shortest path from one vertex of the graph to all the others. This algorithm was developed by the Dutch scientist Edsger Wybe Dijkstra in 1959. The algorithm works only for a directed graph in which the edges have no negative weight and do not have loops. Read more…