Skip to content

Working on various scheduling methods To design a CPU scheduler for simulating a few CPU scheduling policies.

License

Notifications You must be signed in to change notification settings

lokeshnahata/CPU-Scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CPU-Scheduler

Working on various scheduling methods To design a CPU scheduler for simulating a few CPU scheduling policies.

The C program provides an interface to the user to implement the following scheduling policies as per the choice provided:

  1. First Come First Served (FCFS)
  2. Shortest Job First (SJF)
  3. Shortest Remaining Time First (SRTF)
  4. Round Robin (RR)

About

Working on various scheduling methods To design a CPU scheduler for simulating a few CPU scheduling policies.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages