Recent activity by bhavnakumrawat5

0 answers
1
Can any one tell me....IT branch student can apply for barc in CS branch...
1 answer
2
Answer for Minimum no of nor gates question
1 answer
5
What is semi and Partially decidable...and how we know
3 answers
6
How to check any set is countable or not
0 answers
7
L1 = { a^n b^n c^m | n,m>=0}L2 = { a^m b^n c^n | m,n>=0}L1 intersection L2 = { { a^n b^n c^n | n>=0}how we do intersection plz explain using grammer....
2 answers
8
I think it would be 7..please check
0 answers
9
what is difference between in both question...? it is totally look same just difference in variable.https://gateoverflow.in/1256/gate2007-58 https://gateoverflow.in/8405...
3 answers
10
The round trip delay between x and y is given as 60 ms and bandwidth of link between X and Y is 512 KBps. What is the optimal window size (in packets) if the packet size...
3 answers
13
Consider a binary tree T that has 50 leaf nodes. Then the number of nodes in T that have exactlyONE children are ______.
2 answers
15
What is the time complexity of following function fun()? Assume that log(x) returns log value in base 2.void fun() { int i, j; for (i=1; i<=n; i++) for (j=1; j<=log(i); j...
1 answer
17
What is the worst case possible height of an AVL tree??a. 2logn (Assume base of log is 2) b. 1.44log n (Assume base of log is 2)c. Depends upon implementationd. Thet...
1 answer
19
1 answer
20
T(N) = 3T(N/4) + NlogNT(N) = 2T(N/2)+ NlogNMaster theorem applicable to this ??
1 answer
21
how the get 3n/2 -2 comparision
2 answers
23
0 answers
24
If each node of the B-tree is 80 percent full, then what is the average number of keys per node of the above B tree?
0 answers
25
Can we solve it by master TheoremT(n)=T(n/3)+T(n/4)+6n
0 answers
28
How to Calculate Propagation Delay In Carry Look Ahead Adder.