Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subpop/go-graph
basic graphs in Go
https://github.com/subpop/go-graph
Last synced: 3 days ago
JSON representation
basic graphs in Go
- Host: GitHub
- URL: https://github.com/subpop/go-graph
- Owner: subpop
- License: mit
- Created: 2019-09-26T13:40:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-11-26T03:42:07.000Z (about 2 months ago)
- Last Synced: 2024-11-26T04:27:20.622Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![PkgGoDev](https://pkg.go.dev/badge/github.com/subpop/go-graph)](https://pkg.go.dev/github.com/subpop/go-graph)
[![Go Report Card](https://goreportcard.com/badge/github.com/subpop/go-graph)](https://goreportcard.com/report/github.com/subpop/go-graph)Another graph package in Go.
This is really just an experiment in API design. But it's always fun to write
a graphing library.