/graph

🦒 Graph library for Go

Primary LanguageGoMozilla Public License 2.0MPL-2.0

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.