0 votes
1
In round-robin if one process finishes its time quantum and at the same time another process enters the system so which one will enter the ready queue first?
0 votes
7
T(n) = 5T(n/3) + T(2n/3) + 1.My answer is BigOmega(n) BigO(n). Am I right? This is a question I found on cs.stackexchange.