Sign Up
∑ = {a, b}
Answer:
L = {λ, a, abb, abbb, …..}
We can write two regular expressions of the above language:
RE = b* + b*ab*
Grammar:
S → bS|aAλ
A → bA|λ