Recent questions tagged theory-of-computation

0 votes
0 answers
2161
$L=\left \{ a^{n}:\text{n is the product of two prime number} \right \}$$L$ is regular or non regular?
0 votes
0 answers
2162
Whether the language $L=\left \{ a^{n}b^{l}a^{k}:n+l+k 5 \right \}$ is regular or not???
2 votes
3 answers
2163
1 votes
1 answer
2166
Can somebody please explain the meaning of the following statement : An automation is a cognitive device and a grammar is a generative device.
0 votes
2 answers
2167
0 votes
3 answers
2168
Can someone please help me understand these two points about minimum DFA and Minimum NFA, thank you
0 votes
1 answer
2170
Referring to the question https://gateoverflow.in/227957/self-doubtIf the TM accepts exactly 100 strings can we not design a FA for it which would make it a regular langu...
1 votes
0 answers
2174
Is this approach of acceptance by empty stack correct ?I am confused because i have read that acceptance by empty stack may not be able to accept all regular languages.
0 votes
1 answer
2175
0 votes
0 answers
2176
1 votes
0 answers
2177
0 votes
1 answer
2178
Dpda acceptance by empty stack is equivalent in power as dpda acceptance by final state?explain
1 votes
2 answers
2179
(11+1111)* minimized number of states ???
0 votes
1 answer
2180
2 votes
1 answer
2182
Given a TM, M accepts 100 strings. Is it decidable, semi decidable or fully undecidable??
0 votes
1 answer
2183
minimized dfa for strings starts with ab and ends with aba over Σ={a,b}
1 votes
0 answers
2184
is it necessary for the gate exam that minimisation of dfa can be solved by partitiong method ?? will it be safe to escape partitining method and problem can be solved by...
1 votes
1 answer
2186
Can pumping lemma be used to prove that a given grammar is not regular .
0 votes
1 answer
2187
0 votes
0 answers
2188
How the set of all non-decreasing functions from N to N are countable?How the set of all finite partitions of N are uncountable?
0 votes
0 answers
2189
How can we convert an arbitrary NPDA into an NPDA with at most 2 states? I know the existence of a 3 state PDA, but how can it be done by using just 2 states?