Tree (data structure)

From Esolang
Jump to navigation Jump to search
Not to be confused with Tree.

A tree is a data structure which consists of nodes. Every node other than the root has one father and every node has any number of sons.

See also