my implementations for the stack and queue data structures
C++
Queue
Project Description
My implementation for the queue data structure, and for the stack data structure using a queue as an underlying data structure.
Project is done for the Data Structures course in FCAI-CU.