stack
abstract data type
double-ended queue
abstract data type for which elements can be added to or removed from either the front or back
call stack
stack data structure that stores information about the active subroutines of a computer program
abstract data type