Recent activity by itssandeepverma

2 answers
1
How to attempt Gate exam ?
9 answers
3
What is the worst case time complexity of inserting $n$ elements into an empty linked list, if the linked list needs to be maintained in sorted order?$\Theta(n)$$\Theta(n...
3 answers
5
a) lower line efficiencyb) higher line efficiencyc) no change in line efficiencyd) no relation between line efficiency and frame size
1 answer
7
Which of the following are TRUE?$n! = \theta ((n + 1)!)$$\log4 n = \theta ( \log2 n )$$\sqrt{\log n} = O(\log \log n)$(i) & (iii) only(i) & (ii) only(ii) only(i),(ii) ...
9 answers
11
9 answers
16
Consider a carry look ahead adder for adding two $n$-bit integers, built using gates of fan-in at most two. The time to perform addition using this adder is$\Theta (1)$$\...
0 answers
18
How does round robin schedulling algorithm implemented since it even uses burst time to compare for time quantum and burst tym is unpredictable at the starting .?