LIFO
Last In, First Out; term used to describe a queueing algorithm whereby items are serially inserted into and removed from the queue structure, and where the most recently inserted item is the first item to be removed.