Registry / utility / soniakeys-graph

soniakeys-graph

JSON →
library0.0.0gogounverified

A Go library for graph data structures and algorithms.

go get github.com/soniakeys/graph
INSTALL
IMPORT
SIG · SONIAKEYS-GRAPH
S
soniakeys-graph
utilitygov0.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

graph
github.com/soniakeys/graph

Creates a new graph with 5 vertices.

package main import ( "fmt" "github.com/soniakeys/graph" ) func main() { g := graph.New(5) fmt.Println(g) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
soniakeys-graph — go get soniakeys-graph · libregistry