Skip to content

Six disk scheduling algorithms that are synchronous. This means that when an algorithm recieve multiple queue, each string will be done one after another, independently, not simultaneously.

Notifications You must be signed in to change notification settings

Tugu19/Synchronous-Disk-Scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

The algorithms are:

  • First Come First Serve (FCFS)
  • Shortest Seek Time First (SSTF)
  • Elevator Algorithm (SCAN)
  • Circular Elevator Algorithm (C-SCAN)
  • LOOK Algorithm (LOOK)
  • Circular LOOK algorithm (C-LOOK)

Other functions:

  • Multiple threads (All algorithms at once)
  • Multiple queues

About

Six disk scheduling algorithms that are synchronous. This means that when an algorithm recieve multiple queue, each string will be done one after another, independently, not simultaneously.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages