NIST

last-in, first-out

(definition)

Definition: A policy that the most recently arrived item is processed first. A stack implements this.

See also first-in, first-out, LCFS hashing.

Note: A depth-first search checks newly encountered nodes last-in, first-out.

Author: PEB


Go to the Dictionary of Algorithms and Data Structures home page.

If you have suggestions, corrections, or comments, please get in touch with Paul Black.

Entry modified 17 September 2015.
HTML page formatted Wed Mar 13 12:42:46 2019.

Cite this as:
Paul E. Black, "last-in, first-out", in Dictionary of Algorithms and Data Structures [online], Paul E. Black, ed. 17 September 2015. (accessed TODAY) Available from: https://www.nist.gov/dads/HTML/lastfirstout.html