deque.h

This file exports the Deque class, an ordered collection with a front and back in which elements can be efficiently added and removed from both the front and the back.
Class
Deque<ValueType> This class models a linear structure called a deque in which values can be added and removed from either end.