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

    The meaning of QUEUE is a waiting line especially of people or vehicles. How to use queue in a sentence. Is it que, queue, or q?

  2. 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 …

  3. 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.

  4. 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" …

  5. 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."

  6. Queue Data Structure and Implementation in Java, Python and …

    In programming terms, putting items in the queue is called enqueue, and removing items from the queue is called dequeue. We can implement the queue in any programming language like C, …

  7. Queues | Brilliant Math & Science Wiki

    One can think of a queue like a cafeteria line: the person at the front is served first, and people are added to the line at the back. Thus, the first person to enter the queue is the first to be …

  8. 6.11. Queues — Data Structures & Algorithms

    Oct 25, 2024 · Like the stack, the queue is a list-like structure that provides restricted access to its elements. Queue elements may only be inserted at the back (called an enqueue operation) …

  9. Introduction and Array Implementation of Queue - GeeksforGeeks

    Jul 23, 2025 · Similar to Stack, Queue is a linear data structure that follows a particular order in which the operations are performed for storing data. The order is First In First Out (FIFO).

  10. QUEUE | definition in the Cambridge English Dictionary

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