https://github.com/sbromberger/gographs
Graphs in go
https://github.com/sbromberger/gographs
Last synced: 15 days ago
JSON representation
Graphs in go
- Host: GitHub
- URL: https://github.com/sbromberger/gographs
- Owner: sbromberger
- License: other
- Created: 2018-02-26T03:28:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T18:34:57.000Z (over 2 years ago)
- Last Synced: 2025-03-24T10:11:49.066Z (about 1 month ago)
- Language: Go
- Size: 12.2 MB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gographs
Graphs in Go. Optimized BFS and parallel BFS.
Currently very much a work in progress.