A Deque is a queue type data structure that allows efficient insertion and deletion from both ends of the queue. This implementation wrapps the standard C++ structure of the same name.
Kirk Haines
September 5, 2016 6:20pm
MIT