7alawanii / Barber-Simulation

A single-chair barbershop written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Barber-Simulation

A single-chair barbershop written in C.

From when it opens in the morning until it closes, customers arrive at random times. If the barber is not busy, he serves a customer immediately, otherwise they must wait in a queue (FIFO order).

The simulation uses the notion of event driven simulation, where a priority queue of events is ordered in increasing event time. The event scheduler fetches the earliest event, sets the model time to this event's time, and calls the run method of the process for which the event was scheduled.

About

A single-chair barbershop written in C.


Languages

Language:C 92.5%Language:C++ 7.5%