Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

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

GNU General Public License v3.0

About

Process, memory, and disk scheduling simulations

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.