Which of the following best describes the leaf of a tree data structure:
        
A node that has no children.
        
        - In a tree, the topmost node of the tree.
- Nodes that have the same parent node.
- Node referenced by another node in a tree.
- The connection that links two nodes.
        
        There are no hints for this question.