sisäsolmua
Sisäsolmua is a Finnish term used in mathematics, computer science and related fields to denote an internal node in a tree or network structure. In rooted trees, sisäsolmu refers to a node that has at least one child, i.e., a non-terminal node. In unrooted trees, the concept is often described as a node with degree greater than one, meaning it is not a leaf.
The concept plays a central role in various data structures and algorithms. In binary search trees, tries
In Finnish usage, the term is commonly contrasted with solmu that denotes a node without descendants or
See also: solmu (node), puu (tree), solmujako in graph theory (various node classifications).