Child node

From Wikinfo

Jump to: navigation, search


A child node or descendant node is a node in a tree data structure that is linked to by a parent node. Thinking of the tree as a directed graph, node A is a child of node B if and only if node A is a sucessor node B.

See: leaf node


References