Tree - Leaf Node

Data System Architecture

About

Leaf members/nodes have no children.

They are also known as external nodes due to the flower representation where the root is at the center

The inverse of a leaf node is a parent node also known as:

  • internal
  • or non-leaf nodes

A parent node cannot be a leaf node and vice-versa.





Discover More
Data System Architecture
Tree - Child

An element A is called the child of element B if and only if B is the parent of A. A child is also a direct descendant of its parent and may have zero or more sibling (ie sister/brother) If the child...



Share this page:
Follow us:
Task Runner