Page 1 of 1

Given a Grammar G: S->aA A->a A->B B->A B->bb Which among the following will be the simplified grammar?

Posted: Thu Jul 14, 2022 9:26 am
by answerhappygod
a) S->aA|aB, A->a, B->bb
b) S->aA|aB, A->B, B->bb
c) S->aA|aB, A->a, B->A
d) None of the emntioned