1 answer
2
DCFL COMPLETENESS PROBLEM is decidable or not?L=(sigma)*Not getting any discussion regarding it in GO,iN GO chart it is decidable but I am not able to conclude the reason...
0 answers
4
0 answers
6
3 answers
12
Suppose that a cache is 20 times faster than main memory and cache memory can be used 80% of the time. The speed up factor that can be achieved by using the cache is
1 answer
14
How many ways can we distribute at most 10 identical balls to 3 boxes?
0 answers
17
memory can be accessed only through load and store,p,q,r,s,t initially stored in memory,binary operator can be evaluated only when both operands are in register, I am ge...
0 answers
23
LR grammars describe a proper superset of the languages recognized by LL (predictive) parsers“Unable to interpret this statement completely” Please guide Source:ht...
0 answers
26
1) L(M) is recognized by a TM having even number of states.2) L(M) is infinite.whether this language are follow non-trivial property ?Whether this languages are decidable...
1 answer
27
1 answer
30
Given an Unsorted array, Find maximum in less than O(n) time?How can we do this?