Queue

English (en)

Queue
A queue is a linear data structure 
where elements are stored in the FIFO 
(First In First Out) principle where 
the first element inserted would be 
the first element to be accessed. A 
queue is an Abstract Data Type (ADT) 
similar to stack, the thing that 
makes queue different from stack is 
that a queue is open at both its 
ends. The data is inserted into the 
queue through one end and deleted 
from it using the other end. Queue 
is very frequently used in most 
programming languages.

Other languages: Hausa, Igbo

Related terms
Database

Yorùbá (yo)

  • Àkọ́wọlékọ́jáde

Decomposition: Ìlà ọ̀wọ́ ìwífún tí ó ṣe wí pé èyí tí a kọ́kọ́ mú wọlé sínú ìlà náà ni yóò kọ́ jáde - first in first out.

[Total Votes: 0]


 

    Please break down the word into its constituent parts to understand its meaning. Which base/root words, affixes, and/or prefixes are combined to form this term?

    Scroll to top