Graph Data Structures

Steven D'Aprano steve at REMOVE.THIS.cybersource.com.au
Sat Nov 25 10:07:00 EST 2006


On Sat, 25 Nov 2006 14:05:27 +0000, Nathan Harmston wrote:

> Hi All,
> 
> Currently I am working on a generic graph library  so I can do various
> graph based analysis for various projects I have ideas for. Currently
> I am implementing Graph as a wrapper around a dictionary. Currently my
> implementation works like this:

[snip]

http://www.python.org/doc/essays/graphs.html

http://mail.python.org/pipermail/python-list/2002-April/137593.html


Hope this helps.


-- 
Steven.




More information about the Python-list mailing list