How to calculate the CPU Efficiency for FCFS, SJF, Priority and RR?
I am working on CPU Scheduling and I have to calculate the CPU efficiency for each algorithm i.e. First Come Fist Serve, Shortest Job First, Priority and Round Robin. How can I do this?