Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chneau/graph
graph
https://github.com/chneau/graph
Last synced: about 6 hours ago
JSON representation
graph
- Host: GitHub
- URL: https://github.com/chneau/graph
- Owner: chneau
- License: mit
- Created: 2020-01-31T13:36:53.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T10:33:14.000Z (over 4 years ago)
- Last Synced: 2024-06-20T17:47:35.912Z (5 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# graph
graph## TODO
- [ ] Extract Shortest -> Dijkstra shortest func taking graph + other
- [ ] Extract Simplify to func taking graph returning graph
- [ ] TEST