Hacker News new | ask | show | jobs
by pjscott 5151 days ago
So it is a doubly linked list, its name is deque, and its name is pronounced "deck". The levels of indirection here sound kind of like something Lewis Carroll might write.
2 comments

The name means double-ended queue. That's the reason behind the strange pronunciation.
'deque' is an irregular abbreviation for double-ended queue, and "deck" is a convenient metaphor for visualising the container - you can put things at either end of a deck of cards. c.f. std::deque<>