package
0.0.0-20220317225857-23afbe8623dc
Repository: https://github.com/umbracle/greenhouse.git
Documentation: pkg.go.dev

# Structs

Dag is a directly acyclic graph.
Edge is an edge between two vertex of the graph.

# Interfaces

Hashable is the interface implemented by vertex objects that have a hash representation.
Vertex is a vertex in the graph.