/Queue

my implementations for the stack and queue data structures

Primary LanguageC++

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.

Concepts Used

  • OOP
  • Data Structures

Credits

  • All the work is mine