https://github.com/chneau/graph
graph
https://github.com/chneau/graph
Last synced: 8 months ago
JSON representation
graph
- Host: GitHub
- URL: https://github.com/chneau/graph
- Owner: chneau
- License: mit
- Created: 2020-01-31T13:36:53.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T10:33:14.000Z (over 6 years ago)
- Last Synced: 2025-10-04T10:34:57.672Z (8 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- 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