This Combine all questions from Made Easy booklet

Recent questions tagged made-easy-booklet

0 votes
1 answer
31
1 votes
0 answers
37
Suppose Host A sends over a TCP connection to Host B one segment sequence number 38 and 4 bytes of data.What will be acknowledgements number for subsequent segment.383942...
0 votes
1 answer
38
Q.which of the following data structure cannot be used for efficient implementation of Huffman encoding? a. Binary min heapb. Binary max heapc. AVL tree (height balanced ...
0 votes
1 answer
39
Q.which of the following data structure cannot be used for efficient implementation of Priority Queue?a. Binary heapb. Height balanced binary tree.c. Sorted array
2 votes
3 answers
40
Question:$T(1)=1$$T(n) = 2 T(n - 1) + n$evaluates to?Can anyone solve it by substitution method?Given answer $T(n) = 2^{n+1} - (n+2)$How?
0 votes
1 answer
41
Finding the running time of the following algorithm.$Procedure$ $A(n)$ $\textrm{ if (n}<=\textrm{2) then return 1 ;}$ $else$ $Return(A(\left \lceil \sqrt{n} \right ...
0 votes
0 answers
42
1 votes
0 answers
43
0 votes
0 answers
44
0 votes
0 answers
54