Skip to content

MohiuddinPrantiq/HPC_Assignment_2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

HPC_Assignment_2

Concurrent Queue Simulation in Java Overview This project simulates two types of concurrent queue systems using Java:

Bank Queue: A single shared queue with multiple tellers serving customers concurrently. Grocery Queues: Multiple cashiers, each with their own queue. Customers join the shortest queue or leave if all are full after waiting for a short time. The program is multithreaded and handles concurrency with synchronization to prevent race conditions. It outputs data on the number of customers served, those who left without service, and average service time.

The simulation will run for 2 hours, with 3 tellers and 3 cashiers.

Authors abuhasan60a MohiuddinPrantiq

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published