[Python-ideas] Graph class

Thomas Kluyver thomas at kluyver.me.uk
Fri Dec 7 23:22:42 CET 2012


On 7 December 2012 21:45, Mark Adam <dreamingforward at gmail.com> wrote:

> I have a decent semi-recursive Graph class that I think could be a
> good addition to the Collections module.  It probably needs some
> refactoring, but I'm posting here to see if there's any interest.
>

For reference, there was a previous idea to make some kind of standard
Graph API:
http://wiki.python.org/moin/PythonGraphApi

When I had to implement a really simple DAG myself, I based it on this
Graph ABC library:
http://www.linux.it/~della/GraphABC/

Best wishes,
Thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20121207/d87432bd/attachment.html>


More information about the Python-ideas mailing list