Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 542 Bytes

Disk-Scheduling-Algorithms

The algorithms used for disk scheduling are called as disk scheduling algorithms. The purpose of disk scheduling algorithms is to reduce the total seek time.

Implementation of the following Disk Algorithms:

  • FCFS First Come First Serve
  • SSTF Shortest Seek Time First
  • SCAN Elevator Algorithm.
  • CSCAN Circular-SCAN
  • LOOK improved version of the SCAN Algorithm
  • CLOOK Circular-LOOK

User Interface:

demo