/ADT-Dequeue

Implementation of the Abstract Data Type, Dequeue using C++. Essentially a combination of a stack and queue, allowing you to push and pop elements to the front or back.

Primary LanguageC++

This repository is not active