Return to Snippet

Revision: 15864
at July 20, 2009 07:28 by laurenceosx


Initial Code
>>> nd2.unweightedShortestPath( nd227 ).color = red
>>> nd2.unweightedShortestPath( nd227 ).width = 20

>>> nd2.dijkstraShortestPath( nd227 ).color = blue
>>> nd2.dijkstraShortestPath( nd227 ).width = 20

Initial URL
http://www.cs.duke.edu/csed/harambeenet/workshop/sigcse07/GUESSQuickRef.pdf

Initial Description


Initial Title
guess - Find shortest path between two nodes

Initial Tags


Initial Language
Python