To append is to join or add on to the end of something.
Append is an operation usually defined on 1D data structures (e.g., list, vector, queue, stack, etc.). The append operation adds an element to the end of the data structure, consequently, increasing its size by one.