Linear Structures

A structure is linear if it has these 2 properties:
(P1)
Each element is `followed by' at most one other element
(P2)
No two elements are `followed by' the same element

Dropping Constraint P1 (Trees)