Module2_Assignment2
Module2_Assignment2
10) Consider the DFA given below. Give all the regular expressions Rij(2).
ᵟ 0 1
->A B A
B B C
*C C B
->A B C
B C E
*C D C
D C E
*E B E
Construct the minimum state equivalent DFA.
15) Apply pumping lemma for the following language and prove that it
is not regular. L = {0n | n is prime}