se.txt

download se.txt

If you can't read please download the document

Transcript of se.txt

#include struct proc{ int b_time; //burst time int a_time; //arrival time};struct proc *p;int n;int give_min_idx(int upto){ int min=1000, idx=-1; int i; for( i=0; i