mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
It provides a suitable data structure for representing graphs and a whole set of important algorithms. WWW: http://code.google.com/p/python-graph/ PR: ports/126957 Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
5 lines
193 B
Text
5 lines
193 B
Text
A library for working with graphs in Python.
|
|
It provides a suitable data structure for representing graphs
|
|
and a whole set of important algorithms.
|
|
|
|
WWW: http://code.google.com/p/python-graph/
|