Deque
Translation of "deque" into Russian
deque
NounUK
/dɛk/
US
/dɛk/
deque
deques pl
дек
A deque is a double-ended queue that allows insertion and deletion at both ends.
Дек — это двусторонняя очередь, которая позволяет вставку и удаление с обоих концов.
Additional translations
двусторонняя очередь
двусторонний список
Definitions
deque
NounUK
/dɛk/
US
/dɛk/
A double-ended queue, which is a data structure that allows insertion and deletion of elements from both ends.
The programmer used a deque to efficiently manage the list of tasks that could be added or removed from either end.
deque
AdjectiveUK
/dɛk/
US
/dɛk/
Relating to or characteristic of a deque data structure.
Deque operations require constant-time access to both ends of the container.