Recent questions tagged theory-of-computation

5 votes
3 answers
2851
4 votes
1 answer
2852
The tail of a language is the set of all suffixes of its strings, that is tail(L) = {y : xy ∈ L for some x ∈ Σ ∗ }.How do I show that the family of regular languag...
0 votes
1 answer
2854
We need to remover E productions from the grammarVertices-{A,B,C,S} Terminals={a,b,c,E}S->ABACA->aA/EB->bB/EC->c
2 votes
2 answers
2855
2 votes
2 answers
2856
0 votes
1 answer
2859
what is the relation between P AND NP PROBLEMS and decidability?? .. please suggest me a resource to learn in short time or explain in brief
0 votes
0 answers
2860
2 votes
1 answer
2861
Let L be any regular language on Σ = {a, b}. Show that an algorithm exists for determining if L contains any strings of even length.
1 votes
1 answer
2864
1 votes
1 answer
2866
Why this is incorrect? For any two languages A and B, if A ⊆ B, then A is reducible to B.
3 votes
1 answer
2868
For A, B ⊆ Σ*, defineA/B = {x ∈ Σ* | ∃y ∈ B, xy ∈ A}If L is a CFL and R is regular, then L/R is(A) Regular(B) CFL but not regular(C) Recursive but not CFL(D)...
1 votes
2 answers
2869
Are regular expressions (a+b)* and (a*b*)* over alphabet set {a,b} same?If not, which strings are acceptable in one and not in other...
0 votes
0 answers
2870
1 votes
1 answer
2871
2 votes
1 answer
2872
consider a tùring mchine which accepts the empty language i.e TM = { (M) | M accepts empty language} the complement of the language that is generated by Turing machine i...
2 votes
1 answer
2873
0 votes
4 answers
2878
5 votes
1 answer
2879
6 votes
1 answer
2880