Given grammar G: (1)S->AS (2)S->AAS (3)A->SA (4)A->aa Which of the following productions denies the format of Chomsky Normal Form?
Given grammar G: (1)S->AS (2)S->AAS (3)A->SA (4)A->aa Which of the following productions denies the format of Chomsky Normal Form? Correct Answer 2,4
The correct format: A->BC, A->a, X->e.