This project simulates a bank queue where customers wait in line for service. It follows a FIFO (First In, First Out) logic, with random service times for each customer.
- Clone the repo: ```bash git clone https://github.com/emirhanburgacoglu/bank_queue_simulation.git
- Run the simulation: python main.py
1.Customer queue based on FIFO. 2.Random service times. 3.Tracks waiting times and service durations.
MIT License.