# Functions
NewMultiRootTree returns an instance of multi root dag tree.
NewTreeNode creates an instance of TreeNode.
# Variables
ErrCyclicDependencyEncountered is triggered a tree has a cyclic dependency.
# Structs
MultiRootTree - represents a data type which has multiple independent root nodes all root nodes have their independent tree based on depdencies of TreeNode.
TreeNode represents a custom data type that contains data along with it's dependent TreeNodes.
# Interfaces
No description provided by the author