Tree

A tree is a datastructure which represents data as a set of connected nodes, where each node has only one parent.

PHP has no native tree.

Documentation

See also Trees and Tree Traversal in PHP.

Related : Array, List, Data Structure, Graph

Related packages : nicmart/tree