1 answer
1
for(i=n, j=0; i>0; i/=2, j+=i)Let val(j) denote the value stored in the variable j after termination of the for loop. Whjch is correct?a. val(j)=theta(logn)b. Val(j)= the...
0 answers
2
What are all the conditions for the degree sequence to be graphic?
1 answer
4
1 answer
5
1 answer
6
what does the following declaration specify?int *(*q(char*))[ ]
0 answers
7
Does DMA use interrupts? or not. please, someone ..
1 answer
8
can anyone explain in detail why and how is merge sort optimal for linked list?
0 answers
9
If the head of a Linked List is pointing to $k$ th element, then how will you get the elements before $k$ th element?
1 answer
10
minimum spanning is a spanning tree in which removal of any edges disconnnects the tree.True or false?
3 answers
11
What is the total number of comparisons needed in the best case to find minimum and maximum of $300 $ elements?
0 answers
12