Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 302 Bytes

ReadMe.md

File metadata and controls

5 lines (4 loc) · 302 Bytes

Implementation of a customer complaint queue for the service department system to handle angry customer's complaints. The underlying data structure is a dequeue which utilizes doubly linked list for iteration.

Compile: Simply type make to compile the source code for the customer complaint queue