Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 197 Bytes

README.md

File metadata and controls

4 lines (4 loc) · 197 Bytes

Cpu Scheduling Simulator

This is a project written in Java to simulate how a CPU schedules processes. The algorithms being implemented are Round Robin, and First Come First Serve.