This is a project made in Java that is split into a server and a client.
The client sends all details about processes/tasks to the sever, the server computes turnaround time and other details about the processes according to the following scheduling policies:
- FCFS
- SJF Preemptive
- SJF Non-preemptive
- Priority-based preemptive
- Priority-based non-preemptive
- Multilevel Queue (SJF preemptive - FCFS)
More to be added to the README.