LIFO, FILO
대표적 활용 : CPU의 프로세스 구조 함수 동작 방식
추상 자료형 ADT
주 기능
list.append(data)
data = list[0]
del list[0]
return data
참고 스택
큐
우선순위 큐