My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for

Contents

Complete wiki list

Djikstra  
Dijkstra's algorithm
Updated Aug 12, 2009 by hus...@gmail.com

Dijkstra's algorithm provides a solution for the shortest paths, single source problem in graphs. In other words, given a directed or undirected Graph<T> as input, the outputs is a graph representing the shortest path from the source vertex to every other vertex in the graph (if the vertices are reachable from the source vertex). As an example, see the input and output graphs with the source vertex G, below.

Input Graph Single Source Shortest Paths


Sign in to add a comment
Powered by Google Project Hosting