This Assignment is an implementation of a small simulation program. It is a simulation of a process scheduler of a computer system. This simulated scheduler is a very small, simplified version, which reflects some of the basic operations of a typical process scheduler.
To successfully finish the program, you are expected to:
know how to define and use a user-defined comparator
knowhow to use Javas PriorityQueue.
know how to write a small simulation program.