Deque
Перевод слова "deque" на Русский язык
deque
СуществительноеUK
/dɛk/
US
/dɛk/
deque
deques множ.
дек
A deque is a double-ended queue that allows insertion and deletion at both ends.
Дек — это двусторонняя очередь, которая позволяет вставку и удаление с обоих концов.
Дополнительные переводы
двусторонняя очередь
двусторонний список
Опеределения
deque
СуществительноеUK
/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
ПрилагательноеUK
/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.