Tree
A data structure consisting of nodes which may contain other nodes via its branches. Unlike a tree in nature, the root node is usually represented at the top of the structure and does not have a parent node. All other nodes have a single parent. Nodes having no child nodes are called leaf nodes. An XML document represents a tree structure.
Previous Web Hosting Term: TrafficNext Web Hosting Term: Trouble Ticket