SiddChugh / Customer-Complaint-Queue

Implementation of a customer complaint queue for the service department system to handle angry customer's complaints.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of a customer complaint queue for the service department system to handle angry customer's complaints.

License:Other


Languages

Language:C++ 99.0%Language:Makefile 1.0%