package
0.13.1-beta1
Repository: https://github.com/donewscode/core.git
Documentation: pkg.go.dev

# Functions

IsAcyclic uses depth-first search to find cycles in a generic graph represented by graph interface.
New creates a new DAG instance.
WithLogger sets the logger for the vertex.
WithName sets the name of the vertex.

# Structs

DAG is a directed acyclic graph designed for job scheduling.

# Type aliases

Edges is a group of edges that are connected to a vertex.
VertexID is the identifier of Vertex in a directed acyclic graph.
VertexOption is the type of options that can be passed to the AddVertex function.