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.
Required Ruby Version
>= 0
Authors
Kirk Haines
Versions
- 1.0.0 September 05, 2016 (9.5 KB)