LIFO
abbr. 后进先出(Last In First Out)
例句
It removes the last element in the List, last-in first-out (LIFO) style.
它删除了List中的最后一个元素,使用后进先出(last - in first - out, LIFO)的方式。
Stacks are used for storing data accessed in Last in, First Out (LIFO) order.
堆栈用于按照后进先出(LIFO)的顺序存储数据。
The instructions PUSH and QUEUE correspond to LIFO and FIFO operations on the stack.
指令push和QUEUE对应的是对栈的LIFO和FIFO操作。