Skip to content

✅ Bank Service Queue in C — A Bank Queue system written in C language, using the Dynamic Queue concept as a basis, with resources to add customers to the queue, serve, view all customers and view the next customer.

License

Notifications You must be signed in to change notification settings

GabrielNonnemacher/bank-service-queue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Service Queue

This program is an exercise developed for the Programming Topics course. It implements a simple FIFO queue using dynamic memory allocation to simulate customer service in a bank.


⚙️ Features

  • Enqueue: Adds a customer to the end of the queue.
  • Dequeue: Removes the customer at the front of the queue (service).
  • Peek / Front: Shows the customer that will be served next.
  • Print: Displays all customers currently in the queue.

🛠️ Technologies and Tools

  • C Language (with dynamic memory allocation).

✒️ Author


📄 License

MIT License - See the LICENSE file for details.


👀 Preview

preview-bank-service-queue

About

✅ Bank Service Queue in C — A Bank Queue system written in C language, using the Dynamic Queue concept as a basis, with resources to add customers to the queue, serve, view all customers and view the next customer.

Topics

Resources

License

Stars

Watchers

Forks

Languages