sJF Algorithm in C++

Associate
Joined
6 Mar 2009
Posts
495
I have a 2d array which hold, processID,BurstTime and Priority values. int[][] processes = {{1,2,3,4,5,}, {10,1,2,1,5}, {3,1,3,4,2}};

I want to sort and print this array out with the sJF Algorithim but i really dont know where to start.

Could someone help me please??
 
Back
Top Bottom