What is FIFO?
4 years ago
Data Structure and Algorithm
FIFO stands for First-in, First-out, and is used to represent how data is accessed in a queue. Data has been inserted into the queue list the longest is the one that is removed first.
Sujan Bk
Jan 9, 2022