Select Keyboard:
Türkçe ▾
  1. Türkçe
  2. English
  3. العربية
  4. Dansk
  5. Deutsch
  6. Ελληνικά
  7. Español
  8. فارسی
  9. Français
  10. Italiano
  11. Kurdî
  12. Nederlands
  13. Polski
  14. Português Brasileiro
  15. Português
  16. Русский
  17. Suomi
  18. Svenska
  19. 中文注音符号
  20. 中文仓颉输入法
X
"1234567890*-Bksp
Tabqwertyuıopğü,
CapsasdfghjklşiEnter
Shift<zxcvbnmöç.Shift
AltGr

double-ended

listen to the pronunciation of double-ended
الإنجليزية - الإنجليزية
to have a driver at each end
Having two ends

We created a computer version of the card game using a double-ended queue.

to have a locomotive at each end
Simple past tense and past participle of double-end
to have a driving cab at each end
double-ended queue
An abstract list-type data structure where elements can be added to or removed from the front (head) or the back (tail)
double-ended queues
plural form of double-ended queue
double-ended queue
(Bilgisayar) In computer science, a double-ended queue (often abbreviated to deque, pronounced deck) is an abstract data structure that implements a queue for which elements can only be added to or removed from the front (head) or back (tail). It is also often called a head-tail linked list