Skip to content

oniani/os-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OS Scheduling

This repository includes implementations and simulations of various scheduling algorithms. The list of current implementations is shown below.

Process scheduling

  • FCFS
  • SJF
  • Priority
  • Round-Robin

Memory scheduling

  • FIFO
  • OPT
  • LRU

Disk Scheduling

  • FCFS
  • SSTF
  • LOOK
  • CLOOK

References

License

MIT License

Releases

No releases published

Packages

No packages published

Languages