LIFO 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. TakeDown.NET -> “LIFO”