Versions in this module Expand all Collapse all v0 v0.0.8 Jun 27, 2023 v0.0.7 Mar 17, 2023 Changes in this version + func Perform(graph Graph[T]) (map[T]int, bool) + type Graph map[T]Set[T] + func NewGraph() Graph[T] + func (o Graph[T]) Arrow(from T, to T) + type Set map[T]*any + func (s Set[T]) Pop() (T, bool) + func (s Set[T]) Push(v T)