Which data structure allows insertion only at the top, and deletion only at the top?
We use the term "top" with only one of these data structures
We add and remove at the "top" with the stack.