Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 175 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 175 Bytes

JavaProjectCode

Java project on disk scheduling algorithms.

Algorithms:

  1. First come first serve.
  2. Shortest seek time first.
  3. Look.
  4. C-Look.
  5. Scan.
  6. C-Scan.