Afische / Queue

In this project I implemented a Queue ADT in Java based on a linked list data structure. I used my Queue ADT to simulate a set of jobs performed by a set of processors, where there are more jobs than processors, and therefore some jobs may have to wait in a queue.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Queue

In this project I implemented a Queue ADT in Java based on a linked list data structure. I used my Queue ADT to simulate a set of jobs performed by a set of processors, where there are more jobs than processors, and therefore some jobs may have to wait in a queue.

About

In this project I implemented a Queue ADT in Java based on a linked list data structure. I used my Queue ADT to simulate a set of jobs performed by a set of processors, where there are more jobs than processors, and therefore some jobs may have to wait in a queue.


Languages

Language:Java 95.2%Language:Makefile 4.8%