Enter the weight matrix of a directed graph. An empty cell means there is no edge, and the diagonal is treated as 0. Dijkstra algorithm works only with non-negative weights. Select the start and end vertices: the shortest path will be highlighted on the right with red lines.
Comments