Let S → ababa | aabaabaa| aaabaaabaaa | aaaabaaaabaaaa | ……
- find the Production Rules?
I've tried like 50 rules, but I can't seem to find the right ones. can I please get a hint on how to start?
Let S → ababa | aabaabaa| aaabaaabaaa | aaaabaaaabaaaa | ……
I've tried like 50 rules, but I can't seem to find the right ones. can I please get a hint on how to start?
but the problem is, this allows abaabaaa for example.
and that's the main problem that i can't solve, which is how can i make sure that i have the same number of (a's)
– Alfa Team Mar 28 '23 at 20:34