A degenerate (or pathological) tree is where each parent node has only one associated child node. This means that the tree will behave like a linked list data structure.

(“Binary Tree” 2022)

Degenerate binary tree

Bibliography