Join us on IRC: #infoanarchy on irc.oftc.net — channel blog

LIFO

From iA wiki

See also: Programming | FIFO | Stack

LIFO
Last-in-first-out

A common algorithm used in stacks, where the last piece of data inserted into the stack is the first piece of data removed from the stack.