A non-linear data structure where the data items can be thought of as occurring at different levels. There are links between items at one level and their descendants at the next. Each data item has data which relates it to its unique parent node. The links between nodes are called branches.

Related terms

Term sub categories

Data representation
   data structures