1 answer
1
Conversion of binary search tree into a Max heap takes:O(n) timeO(nlog n) timeNone
0 answers
2
StateTrue/False:Conversion of Max heap into a binary search tree takes O(n) time.
1 answer
3
An unordered list contains n distinct elements. Number of comparisons to find element larger than second minimum isO(1)O(n)None
0 answers
4
1234
1 answer
6
insufficient infop2p1
1 answer
7
0 answers
9
2 answers
10
121016
0 answers
11
B. C. D.
1 answer
12
100 100 100 100200 200 200 200none100 100 200 200
0 answers
13
https://gateoverflow.in/?qa=blob&qa_blobid=14481016955578650399
0 answers
14
https://gateoverflow.in/?qa=blob&qa_blobid=10139953772158305238a. 1B. 3C. 4D. None
0 answers
15
https://gateoverflow.in/?qa=blob&qa_blobid=2194426117198453372A. 0B. 1C. None
0 answers
16
0 answers
17
Q.18 a. Hellob. Worldc. None
0 answers
18
integer overflow problemheap overflow problemnone
1 answer
20
For a B-tree of height h and degree t, the total CPU time used to insert a node isO(h log t)O(t log h)O(t$^2$h)O(th)
0 answers
22
LL grammar for the language:$L = \{a^mb^nC^{n+m} \mid m\geq 0, n\geq 0\}$ is a. S->aSc | S1 ; S1 - bS1c | lambdab. none
2 answers
24
What will be the output: #include <iostream using namespace std; int main() { char *A[] = { "abcx", "dbba", "cccc"}; char var = *(A+1) - *A+1; cout << (*A + var); }1. $ab...
4 answers
26
output of program:void function(int); void main() { function(3); } void function(int num){ if(num>0) { function( num); printf("%d",num); function( num); } }will the argum...
8 answers
27
0 answers
29
1 answer
30
a master slave JK flip flop is equivalent to:cascade of sr flip flopsr flip flop and a T flip flopnone