/STL-deque

a implementaion of deque in STL

Primary LanguageC++

STL-deque

An implementaion of deque in STL (implemented by block list) The main code is in "deque.h", and the test code is in "deque.cpp".