- Take number of queue nq, number of processes np,quantumn length q,boost time period s from the command line arguement
- Create a linked list for the number of queues nq
- Assign processes to q
- Loop through the queues and execute processes for the defined quantumn length.
- Show results when all processes are finished.