301
views
1 answers
0 votes
What does it mean by end to end communication??Do routers do end to end communication??
232
views
1 answers
0 votes
What is the number of linearly independent solution in case of unique solution (n=r) in linear non-homogenous system of equations ??Where , n=number of variables ...
425
views
1 answers
0 votes
T(n)=T(n-1)+O(n)Can we apply master's theorem here ??
436
views
1 answers
0 votes
T(n)=2T(n/2)+n ; n>1 =1 ; . n=1What is the time complexity and how??
738
views
2 answers
0 votes
consider a disk pack with the following:16 surfaces128 tracks/surface256 sectors/track512 bytes/sectors(consider that each surface has 1 read/write head)The disk is rotat...
160
views
0 answers
0 votes
Does producer-consumer work on only two processes(one producer,one consumer)?