please solve this question.thanks
Consider the language L expressed by (a+b)*a defined over Σ = {a, b}. Draw FA and construct the CFG corresponding to the language L.
please solve this question.thanks
Consider the language L expressed by (a+b)*a defined over Σ = {a, b}. Draw FA and construct the CFG corresponding to the language L.
i am new here this is why i don't know how to post or where to write.sorry i bother you but i just want to match my answer because i was not sure about my answer.
thank you for answer.
A context free grammar corresponding to the language $L$ is: $$S \to aS|bS|a$$