FIFO
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.
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.