Skip to content

nichitatrifan/os_scheduling_algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Implenetation of OS Schedulong Algorithms

In the main file you can find implementations for:

  • FCFS (First Come First Serve, non-preemptive)
  • SJF (Shortest Job First, non-preemptive)
  • SRTF (Shortest Remaining Time First, preemptive)
  • RR (Round Robin, preemptive)
  • Priority (Priority Scheduling, non-preemptive)

About

A simple implementation of scheduling algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages