Tag: processing time

C program for Round Robin CPU Scheduling Algorithm

25 September, 2009 (22:18) | Other Circuits | By:

INPUT :
enter the process name : aaa
enter the processing time : 4
enter the process name : bbb
enter the processing time : 3
enter the process name : ccc
enter the processing time : 2
enter the process name : ddd
enter the processing time : 5
enter the process name : [...]