1 answer
1
T(n)=5 T ($\frac{n}{2}$+16) + n2please tell the solution as i m getting confused
1 answer
2
Given a binary tree with n nodes and assuming size(x) denotes the number of nodes in the subtree rooted at the node x,how long does it take,in the worst case to compute s...
0 answers
3
0 answers
4
0 answers
5
Find all the possible solution for sum of subset problem for the instance m=35 and S=<1,2,5,7,8,10,15,20,25 using Backtracking.I am totally confused hence please provide ...
0 answers
6
Please Derive the Relation in between degree and the height of n keys B Tree. Insert the following information into an Empty B Tree with Degree t=3.F,S,Q,K,C,L,H,T,V,W,M,...
1 answer
7
Sort The Following Sequence of input using Heap sort.{ 10 , 2 , 1 , 5, 3 ,8 ,11,24 ,7 }Please show the output at every pass because i am getting confused.
0 answers
8
Please show the steps how to differentiate u function equation and obtain this answer after differentating .please tell totally confused.
1 answer
9
1 answer
15
First Figure .........Also tell in the second figure ?
2 answers
16
Consider a celluar system having 2023 duplex channels to cover 1925 sq km and each cell area is 5 sq km for 7 cell reuse system.Compute system capacity.
2 answers
20
How to get solution of the following recurrence?$T(n) = \sqrt{n} .T(\sqrt{n}) + n$
2 answers
21
4 answers
22
0 answers
23
what is the difference between Vertical and Horizontal fragmentations.If Data objects replicas are stored at multiple number of sites, Explain how the lock will be acquir...
0 answers
26
0 answers
27