6 ms·
In order to catch up with language, I also decided to write a Graph library in Go[1]. Since this seems to be a quite common application, is there any more matur
by ichinaski 12y ago
In order to catch up with language, I also decided to write a Graph library in Go[1]. Since this seems to be a quite common application, is there any more mature, bigger project implementing these same ideas? A similar concept in the Python community is python-graph[2].
[1] https://github.com/ichinaski/grapho https://github.com/ichinaski/grapho
[2] https://code.google.com/p/python-graph/ https://code.google.com/p/python-graph/
- masklinn 12y agoThere are dozens (if not dozens of dozens) of graph-manipulation libraries in python, but the most full-featured one is probably networkx.