//
pkg.gl
Category
github.com/netw-device-driver/ndd-core
internal
dag
package
0.1.10
Repository:
https://github.com/netw-device-driver/ndd-core.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
4
Files
185 SLOC
#
Functions
FindIndex
FindIndex searches for the index of a specific node.
NewMapDag
NewMapDag creates a new MapDag.
#
Structs
MapDag
MapDag is a directed acyclic graph implementation that uses a map for its underlying data structure.
#
Interfaces
DAG
DAG is a Directed Acyclic Graph.
Node
Node is a node in DAG.
#
Type aliases
NewDAGFn
NewDAGFn is a function that returns a DAG.
NodeFn
NodeFn performs executes a function on each node.