Problem Statement: You will implement a framework for CPU scheduling with three
scheduling algorithms: FIFO, round robin, and shortest job first (SJF). Jobs arrive at the
CPU scheduler at arbitrary times. When a job arrives, its computation time is known.
Assume that all jobs involve only computation, and perform no Input/Output. Jobs thus
need to run on the CPU for a total duration equal to their known computation times.
When they complete, they leave the system
Hello.
I have been working with c for more than 2 years. I have done many project in c/C++.I also have a good knowledge of cpu scheduling algorithms and already have implemented SJF . I will try to fulfill all the requirement of the customer. I will try my best to make the projects according to the need of client.