Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

FCFS disk scheduling algorithm in Java ,python,c,c++

Open SimranLahrani842 opened this issue 1 year ago • 4 comments

Given an array of disk track numbers and initial head position, we need to find the total number of seek operations done to access all the requested tracks if First Come First Serve (FCFS) disk scheduling algorithm is used.

First Come First Serve (FCFS) FCFS is the simplest [disk scheduling algorithm]. As the name suggests, this algorithm entertains requests in the order they arrive in the disk queue. The algorithm looks very fair and there is no starvation (all requests are serviced sequentially) but generally, it does not provide the fastest service.

SimranLahrani842 avatar Jun 13 '23 03:06 SimranLahrani842

Given an array of disk track numbers and initial head position, we need to find the total number of seek operations done to access all the requested tracks if First Come First Serve (FCFS) disk scheduling algorithm is used.

First Come First Serve (FCFS) FCFS is the simplest [disk scheduling algorithm]. As the name suggests, this algorithm entertains requests in the order they arrive in the disk queue. The algorithm looks very fair and there is no starvation (all requests are serviced sequentially) but generally, it does not provide the fastest service.

Assign me this @Kumar-laxmi

SimranLahrani842 avatar Jun 13 '23 03:06 SimranLahrani842

assign me this

jahnvisahni31 avatar Jun 14 '23 07:06 jahnvisahni31

@Kumar-laxmi Sir ji please assign me this issue as I eagerly want to contribute to this issue under SSoC'23.

mayank2mahi avatar Jun 27 '23 20:06 mayank2mahi

Stale issue message

github-actions[bot] avatar May 15 '24 16:05 github-actions[bot]