Write a program to find the shortest path between two nodes in a graph
Anonymous
There are several well known algorithms for solving this problem. Check out http://en.wikipedia.org/wiki/Shortest_path_problem for information on Single Source Shortest Path (SSSP) algorithms.
Check out your Company Bowl for anonymous work chats.