Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 447 Bytes

File metadata and controls

4 lines (3 loc) · 447 Bytes

Golang DAG[ T ] (Directed Acyclic Graph)

This is a generic DAG based largely on the work of Hashicorp. The intent of this library is to allow for anyone to create a DAG using any datatype so long as it implements Hashcode() string, that does not require casting the interface upon getting from the dag. The files in this code were taken from this commit