Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 245 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 245 Bytes

CPU-Simulation

It is about FCFS, SJF, RR, PM, :1.First come First Served method; 2.Shortest job first method; 3.Priority method; 4.Round Robin method;. Which has coding for bote method : 1. For Preemptive method ;2. For non-preemptive method.