0 votes
1
5 votes
2
Q.A strictly binary tree with 10 leavesA) cannot have more than 19 nodesB) has exactly 19 nodesC)has exactly 17 nodesD) has exactly 20 nodes
3 votes
3
Say we have two relations R (a,b,c) and S (b,d,e).Now, R has 200 tuples and S has 300 tuples. What will be Minimum number of tuples when we do R ⋈ S ( ⋈ = Natural Joi...
0 votes
4
output?
2 votes
5
0 votes
6
Let G be an undirected graph on n nodes. Any two of the following statements implies the third. Is it true or False?1. G is connected.2. G doesn't have cycles.3. G contai...
0 votes
8
Given two languages L1 = Φ and L2 = {a}. What is the representation of L1L2*UL1*?
1 votes
9
Can anyone explain both the question don't give any random answer
0 votes
11
Find the language generated by grammar ,where S and A are non terminals and 0 is terminal S->0AA->0 | SS
0 votes
12
S- aSbWhat will the above grammar generates?Is it empty set?
0 votes
13
Are Turing decidable languages are closed under Complementation, Reversal, Homomorphism, Inverse Homomorphism and Substitution?
1 votes
14
If f(n)=O(g(n)). && g(n) != O(f(n))g(n) = O(h(n)). && h(n) = O(g(n))Check following statement are true/false?1. f(n)+h(n)=theta(g(n))2. f(n)*h(n)=theta(g(n)*h(n))3. g...
1 votes
15
Is it possible to convert NFA with e-moves to NFA without e-moves ?I have read that using e-closure we can convert the NFA with e-moves to DFA.But can we also convert NFA...
–1 votes
16
Check if the following is CFL?{a^m b^n | (m/n)=10 }Can we do this with pda?
0 votes
18
https://gateoverflow.in/?qa=blob&qa_blobid=6062310458167884954
0 votes
19
To implement a 5 bit binary adder, the minimum number of half adders required is ______________
1 votes
20
How to get Time Complexity of finding the number of inversions in an array?
0 votes
21
What will be the time complexity to obtain optimal merge pattern to merge files using greedy technique?
0 votes
22
T(n) = T(n/3)+T(2n/3)+n What is the solution of Above Given recurrence relation?Give full method to solve this
0 votes
23
1 votes
24
22) S1: A formula is valid iff its complement is not satisfiable S2: A formula is satisfiable iff its complement is not valid.Which statement is/are true? a) Only S1 ...
7 votes
25
1 votes
27
4. Which of the following is not a valid variable name declaration and why?a) float PI = 3.14;b) double PI = 3.14;c) int PI = 3.14;d) #define PI 3.14
1 votes
29
Is IIITB better than IIITA for mtech (IT)?