Question 3: (25 pts.) You are given the following context-free grammar G. Convert it into a context-free grammar G' in C
Posted: Sat May 14, 2022 2:47 pm
Question 3: (25 pts.) You are given the following context-free grammar G. Convert it into a context-free grammar G' in Chomsky Normal Form such that L(G') = L(G) - {e}. Note that e stands for the empty symbol. Show the steps of your solution and write your final answer into the box below. G = (NT, E, R, S) where NT = {S, A,B,C), E = {a,b,c} starting non-terminal is S 0 R: SBC | Bab AC a Bbbble CCle