//
pkg.gl
Category
github.com/umbracle/greenhouse
internal
dag
package
0.0.0-20220317225857-23afbe8623dc
Repository:
https://github.com/umbracle/greenhouse.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
1
Files
116 SLOC
#
Structs
Dag
Dag is a directly acyclic graph.
Edge
Edge is an edge between two vertex of the graph.
#
Interfaces
Hashable
Hashable is the interface implemented by vertex objects that have a hash representation.
Vertex
Vertex is a vertex in the graph.