In this project you will implement a Queue ADT in Java based on a linked list data structure. You will use your 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....
1.appropriate comments and JavaDoc. 2.thorough testing. (You may use JUnit wherever applicable.) As well as data structures and algorithm complexity, this exercise assesses several concepts taught during the course....