double-ended_queue
Snippet from Wikipedia: Double-ended queue

In computer science, a double-ended queue (abbreviated to deque, DEK) is an abstract data type that generalizes a queue, for which elements can be added to or removed from either the front (head) or back (tail). It is also often called a head-tail linked list, though properly this refers to a specific data structure implementation of a deque (see below).

double-ended_queue.txt · Last modified: 2024/05/01 03:58 by 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki