Recent questions tagged theory-of-computation

1 votes
2 answers
2403
27 votes
6 answers
2407
The set of all recursively enumerable languages is:closed under complementationclosed under intersectiona subset of the set of all recursive languagesan uncountable set
24 votes
2 answers
2408
2 votes
1 answer
2409
How to prove that $\text{"complement of L }= \{WW^R \mid W \in \{a,b\}^*\} \text{ is CFL}" $?
0 votes
1 answer
2410
What is encoding in Finite State machine?
7 votes
3 answers
2413
The regular expression $(a^*+b)^*$ is equivalent to which of the following regular expressions: $a^*b^*$$(a^*b+b)^*$ $(a+b^*)^*$$(a^*b)^*$
0 votes
1 answer
2414
0 votes
1 answer
2416
Can I give any grammer for the language L = { anbncn / n>=1} Like this
0 votes
1 answer
2417
S - AaBA - aC | $\epsilon$B - aB | bB | $\epsilon$C - aCb | $\epsilon$Is the regular expression for the above is this:a(a + b)* a ( a* + b* )* ?
0 votes
0 answers
2418
0 votes
4 answers
2419
0 votes
0 answers
2420
We need to draw DFA for it. and then NFA.?Please tell the approach?
0 votes
0 answers
2421
0 votes
1 answer
2422
Minimum states if L is Language that accepts (a+b)* (aaa+aab) are ____My ans : 4 states given ans : 5 states
2 votes
0 answers
2423
1 votes
2 answers
2424
4 votes
1 answer
2425
The minimal finite automata accepting the set of all strings over 0,1 starting with 1 that interpreted as a binary representation of an integer are congruent to 0 modulo ...
0 votes
1 answer
2426
Language {w | ww=www} is regular.How and what is this language?
0 votes
0 answers
2427
L = anbm / n,m>=1What type pf Language is this? Also, please tell are n,m are independent or dependent i.e can we have like n=2 and m=3 or both n,m have to have same valu...
0 votes
1 answer
2429