ATM simulation

A script that generates a simulation of an ATM following the proposed statement.

Introduction

This was a project developed for the Data Structure class. It is a project made in Python to simulate a bank branch in order to study queues and stacks in Data Structure.

About

It is a simulation of a bank branch, in which the project will use several random values ​​to both generate customers at different times to perhaps create a queue. The user can increase or decrease the percentage of more customers appearing and making the queue longer. At the end, the project generates a report of that day and the queues that formed.

Contact