Recent activity by Sunny Mukherjee

6 answers
3
For merging two sorted lists of sizes $m$ and $n$ into a sorted list of size $m+n$, we require comparisons of$O(m)$$O(n)$$O(m+n)$$O(\log m + \log n)$
3 answers
8
Which of the following is trueIn slow start phase cwnd1)Increase by 2mss after every successfull ack2) approximately double after every rtt3) increase by 1mss after every...
3 answers
9
Maximum no of min spanning trees,.... taking a value of xI answered 2 Is it correct?
2 answers
10
Value of Global variable counter in C program is .
2 answers
11
1 answer
12
Dbms query question,Which query is superset of other query
1 answer
13
three processes and four resouces.minimum number of resouces required to avoid deadlock?given that each process take all resources at once and release all resources at on...
3 answers
14
What is the ans of last question if no is divided then reminder is 7
4 answers
15
Consider the following parse tree for the expression a#b$\$$c$\$$d#e#f, involving two binary operators $\$$ and #.Which one of the following is correct for the given par...
7 answers
19
To implement Dijkstra’s shortest path algorithm on unweighted graphs so that it runs in linear time, the data structure to be used is:QueueStackHeapB-Tree
2 answers
23
Which one of the following is the tightest upper bound that represents the number of swaps required to sort $n$ numbers using selection sort?$O(\log n$)$O(n$)$O(n \log n$...
6 answers
27
Which of the following relational calculus expression is not safe?$\left\{t \mid \exists u \in R_1\left(t[A] = u[A]\right) \land \neg \exists s \in R_2 \left(t[A] = s[A]\...
18 answers
28
4 answers
30