/os-scheduling

Process, memory, and disk scheduling simulations

Primary LanguageJavaMIT LicenseMIT

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