picatz / graph

🦒 Graph library for Go

Home Page:https://pkg.go.dev/github.com/picatz/graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

graph

A graph is a collection of "nodes" (a.k.a points or vertices) and "edges" (a.k.a lines or arcs) connecting some (possibly empty) subset of them. The edges of graphs may also be imbued with directedness. The study of graphs is known as graph theory.

About

🦒 Graph library for Go

https://pkg.go.dev/github.com/picatz/graph

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%