Assignment 3 (1) (2)
Question 1:
Question 2:
Question 3:
Simplify the below CFG and also convert it into CNF form1:
S → ASB A → aAS|a|ε B → SbS|A|bb2:3:
S->ASB | aB | CaB A->B|CB B->b|ε