/teller-system-implemanting-binary-tree-queue-linked-ist__c

It's a console app in C and C++ mimics Bank teller system, with three tellers every teller has a queue (data structure) to serve clients bases on time of arrival. Every new client come in is stored in a Linked list the linked list is resorted to re-arrange clients based on the arrival time.

Primary LanguageC++

This repository is not active