About 769,000 results
Open links in new tab
  1. QUEUE Definition & Meaning - Merriam-Webster

    The Latin word cauda or coda, meaning "tail," passed into French and in time ended up being spelled queue. English borrowed this word, giving it the meaning "a long braid of hair," one …

  2. QUEUE | English meaning - Cambridge Dictionary

    QUEUE definition: 1. a line of people, usually standing or in cars, waiting for something, or a lot of people who…. Learn more.

  3. Queue Data Structure - GeeksforGeeks

    Jul 23, 2025 · A Queue Data Structure is a fundamental concept in computer science used for storing and managing data in a specific order. It follows the principle of "First in, First out" …

  4. Queue (abstract data type) - Wikipedia

    A queue is an example of a linear data structure, or more abstractly a sequential collection. Queues are common in computer programs, where they are implemented as data structures …

  5. Queue - definition of queue by The Free Dictionary

    Define queue. queue synonyms, queue pronunciation, queue translation, English dictionary definition of queue. waiting line of people or cars: There was a long queue at the movies.

  6. Queue - Definition, Meaning & Synonyms | Vocabulary.com

    A queue is a line of things, usually people. If you go to the store on a big sale day, there will probably be a long queue at the check-out. Queue comes from the Latin cauda, for "tail."

  7. QUEUE Definition & Meaning | Dictionary.com

    Queue definition: a braid of hair worn hanging down behind.. See examples of QUEUE used in a sentence.

  8. QUEUE definition and meaning | Collins English Dictionary

    If you say there is a queue of people who want to do or have something, you mean that a lot of people are waiting for an opportunity to do it or have it.

  9. Queue Data Structure - Online Tutorials Library

    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.

  10. queue — A synchronized queue class — Python 3.14.0 …

    1 day ago · The queue module implements multi-producer, multi-consumer queues. It is especially useful in threaded programming when information must be exchanged safely between multiple …