Represents a tree structure. More...
#include <node.h>
Public Attributes | |
struct Node * | root |
Represents a tree structure.
This structure is used to represent a tree with a single root node. The tree can be traversed and manipulated starting from this root node.