Child node
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
|
|
|
Child nodeA 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 |
|
| Copyright 2004. All rights reserved. | |