Container


Queue

First in first out

empty()

size()

front()

stack uses "top()".

back()

stack doesn't have back operation.

push()

pop()

swap()