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: 0 Average: 0]


 

    Log Your Own Term

    Do you think there could be a better term for the above? Please log your suggestion here.

    Scroll to top