Let sigma a b For each of the following languages find a gr
Solution
The grammar for the above given language is as follows:
G={S,{a,b},P,F}
where
S is starting state
a,b is set of terminals
P is the set of production rules
and F is the final state.
S -> aaaaaabbbb|aaaaaaSbbbb
