Questions by shivanisrivarshini

1 votes
1 answer
2
0 votes
0 answers
3
1 votes
0 answers
4
0 votes
1 answer
5
The left-to-right post-order traversal of a tree $T$ yields the following sequence of nodes:$$\text{D K E F B G L M H I J C A.}$$For each node of $T$, the deg...
0 votes
0 answers
7
0 votes
1 answer
9
Can we have a grammar $G$ which is $LL(1)$ but not $SLR(1)$ ,If so given example grammar
1 votes
1 answer
10
Consider the DFA M :Number of distinct strings of length $3$ such that $\delta(q_{0},w) = q_{0}$$10$$14$$18$$20$
2 votes
2 answers
12
0 votes
1 answer
13
4 votes
1 answer
14
0 votes
0 answers
15
1. $L' = \sum^*−L$ for any language $L$2. $L=\{a^ma^nb^n\mid m>0 , n>0 \}$ is DCFL3. If a language is closed under complement,difference then it is closed under inters...
0 votes
0 answers
17
Can anyone Explain why Cache misses are reduced when Associativity is high
2 votes
1 answer
18
0 votes
1 answer
19
If f(n)=O(g(n)) for f,g are non decreasing functions ,thenf(n)*log2(f(n)c) =O(g(n) * log2g(n)) , c is power of f(n) isa)Always trueb) Neverc) Sometimes true , sometimes ...