retagged by
297 views

Please log in or register to answer this question.

Related questions

1.4k
views
1 answers
0 votes
Garrett McClure asked Sep 7, 2017
1,434 views
Find a DFA for the following language on Σ = {0, 1}L = {w : the value of w, interpreted as a binary representation of an integer is zero modulo five}. For example, 0101 and 1111, ... 5) mod 5, (2n + 1) mod 5 = [(2n mod 5) + 1] mod 5.
428
views
2 answers
3 votes
Jiten008 asked Oct 24, 2023
428 views
Can anyone explain $\overline{ww}$ is $CFL$ or $CSL$ And if $CFL$ can you write the equivalent $CFG$ for this ?
535
views
1 answers
0 votes
admin asked May 4, 2019
535 views
Let $G = (V, \Sigma, R, S)$ be the following grammar. $V = \{S, T, U\}; \Sigma = \{0, \#\};$ and $R$ is the set of rules$:$ ... Describe $L(G)$ in English.Prove that $L(G)$ is not regular$.$