leaf and node

A leaf in a tree or graph is a node that does not have any descendants, while a node is a fundamental unit of a data structure, typically represented as a point in a graph, that can have any number of descendants or children.

Requires login.