About 39,100 results
Open links in new tab
  1. Deque Systems: Web Accessibility Software, Services & Training

    Deque Systems provides web and mobile accessibility solutions so you can meet compliance goals and help make the web …

  2. Deque Data Structure - GeeksforGeeks

    Apr 5, 2026 · Deque or Double Ended Queue is a generalized version of Queue data structure that allows insert and delete at both …

  3. Double-ended queue - Wikipedia

    In computer science, a double-ended queue (abbreviated to deque — / dɛk / DEK), is an abstract data type that serves as a …

  4. Deque (Java Platform SE 8 ) - Oracle

    Deque implementations generally do not define element-based versions of the equals and hashCode methods, but instead inherit the …

  5. std::deque - cppreference.com

    std::deque (double-ended queue) is an indexed sequence container that allows fast insertion and deletion at both its beginning and …

  6. collections — Container datatypes — Python 3.14.5 documentation

    4 days ago · deque objects ¶ class collections.deque([iterable[, maxlen]]) ¶ Returns a new deque object initialized left-to-right (using …

  7. Deque (Double-Ended Queue) - (Types, Examples, Characteristics ...

    Deque (Double-Ended Queue) – (Types, Examples, Characteristics, Applications) A deque (short for Double-Ended Queue) is a …

  8. Beyond Lists: Using Python Deque for Real-Time Sliding Windows

    May 6, 2026 · Stop shifting elements in lists! Discover why collections.deque is the secret to high-performance sliding windows, …

  9. Deque in Data Structures - scholarhat.com

    Sep 23, 2025 · Learn Deque (Double Ended Queue) in Data Structures with detailed explanation of operations, types, advantages, …

  10. What is Deque - Essential for Developers | 2025? Definition & Meaning

    Nov 16, 2025 · Deque - Essential for Developers | 2025 definition: A double-ended queue data structure that allows insertion and …