Recent activity by Mohitkumaraiactr

1 answer
1
in a sorted array of n distinct element finding i th largest element take o(1) . true / false
2 answers
2
In DFA, does each state need to have transition on "EACH" input alphabet?The answer was given "False" but I dont think so. Can anyone explain?Because if this statement is...
0 answers
3
1 answer
4
1 answer
5
The number of ways possible to form injective function from set $A$ set $B$ where $|A|=3\text{ and } |B|=5$ such that $p^{th}$ element of set $A$ cannot match with $p^{th...
0 answers
6
Suppose we have 50 pages and LRU algorithm is used. find number of page faults for both row and column major orderfor (i=0; i <100; i++)for( j=0; j < 100 ; j++)A[i][j] = ...
1 answer
7
Design a TM that decides regular expression {w | w is a string not containing “101” as a substring }.
2 answers
8
output?
0 answers
10
Q.) Let G be a non abelian group, order of G can bea) 24b) 44c) 54d) 34Please Provide explanation with your answer.
1 answer
12
Which of the following statements are correct and why.....?Every regular set has LR(1) grammarEvery regular grammar is LR(1).
1 answer
15
Is there a chance for Deadlock in Graph based protocol?
1 answer
16
Given answer is yes but i think should not be LL(1)
1 answer
18
Is differential equation the part of gate cs 2018 syllabus???
2 answers
19
Let a cluster of stations share 48Kbps of pure Aloha channel. Every station outputs frames of length 1024bits on an average of every 50seconds. Then what is the maximum v...
4 answers
20
The selling price of table is 4/5 times its cost price .the gain % is?????
1 answer
21
#I am confused in the language (iv) . Someone please explain.
1 answer
22
Is it true that for any nfa M = (Q,Σ,δ,q 0 ,F) the complement of L(M)is equal to the set {w ∈ Σ * : δ *(q 0 ,w) F= Ø}?
1 answer
23
Space complexity = input size + extra spaceSo, heap sort also takes input of an 'n' size array.Does this mean that space cost of heap sort algo is O (n).
2 answers
24
We need to sort 7 numbers each of 4 digits. What is the number of comparisons in worst case . Options are as follows:1) 402) 383) 474) 280