FIFO

From Elanthipedia
Revision as of 14:59, 6 November 2021 by TK-421 (talk | contribs) (Created page with "'''FIFO''' is an abbreviation for "first in, first out". It is a method for handling data structures where the first element is processed first and the newest element is proce...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

FIFO is an abbreviation for "first in, first out". It is a method for handling data structures where the first element is processed first and the newest element is processed last.