# Functions

NewNode : create a node.
NewTree : create a tree.

# Structs

Node : a basic node in a tree.
Tree : a basic tree.