Skip to content

A windows application made using c# forms to calculate disk scheduling using many algorithms and compare between them

Notifications You must be signed in to change notification settings

IamZygote/DiskSchedulingAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Disk Scheduling Algorithms

A windows application made using C# forms to calculate disk scheduling using many algorithms and compare between them There also a visualization, so you see the sequence visually as figure below.

This Program Form made using Visual Studio C#

Algorithms

  • FCFS (First Come First Serve)
  • SSTF (Shortest Seek Time First)
  • LOOK
  • CLOOK
  • SCAN
  • CSCAN

Demo

OS1 OS2

Deployment

To deploy this project run

  DiskSchedulingAlgorithms/OS Project/bin/Debug/OS Project.exe

Date

This was my Course project for Advanced Operating System at June 2021

About

A windows application made using c# forms to calculate disk scheduling using many algorithms and compare between them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages