Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph[T comparable] map[T]set.Set[T]
func NewGraph ¶
func NewGraph[T comparable]() Graph[T]
func (Graph[T]) ContainsEdge ¶
func (Graph[T]) ContainsNode ¶
Click to show internal directories.
Click to hide internal directories.