Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saelo/algopy
Python implementation of various (graph) algorithms
https://github.com/saelo/algopy
Last synced: about 1 month ago
JSON representation
Python implementation of various (graph) algorithms
- Host: GitHub
- URL: https://github.com/saelo/algopy
- Owner: saelo
- License: mit
- Created: 2013-11-08T11:14:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-22T20:36:02.000Z (about 11 years ago)
- Last Synced: 2023-04-04T14:54:59.282Z (over 1 year ago)
- Language: Python
- Size: 137 KB
- Stars: 9
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
algopy
======A collection of classes used to model graphs as well as various
algorithms for solving graph problems.