A full binary tree (sometimes referred to as a proper or plane or strict binary tree) is a tree in which every node has either 0 or 2 children.

(“Binary Tree” 2022)

Full binary tree

Bibliography