4,988 views
1 votes
1 votes
Construct a DFA that accepts a language generated by a grammar

S->abA

A->baB

B->aA|bb

Find tha DFA and regular expression

2 Answers

1 votes
1 votes
Since there is no null production, so we cannot determine the final state.. This grammar looks incomplete.
edited by

Related questions

0 votes
0 votes
0 answers
2
0 votes
0 votes
2 answers
3
jaiganeshcse94 asked Aug 22, 2016
1,059 views
construct a minimal DFA for the following language ,Set of all strings which start and end with same symbol