Jisho

×
()
Wikipedia definition
1. Queue (abstract data type)In computer science, a queue is a particular kind of abstract data type or collection in which the entities in the collection are kept in order and the principal (or only) operations on the collection are the addition of entities to the rear terminal position and removal of entities from the front terminal position. This makes the queue a First-In-First-Out (FIFO) data structure. In a FIFO data structure, the first element added to the queue will be the first one to be removed.
Read “Queue (abstract data type)” on English Wikipedia
Read “キュー (コンピュータ)” on Japanese Wikipedia
Read “Queue (abstract data type)” on DBpedia

Discussions

to talk about this word.