Page 1 of 1

Which among the following is a CFG for the given Language: L={x∈{0,1}*|number of zeroes in x=number of one’s in x}

Posted: Thu Jul 14, 2022 9:24 am
by answerhappygod
a) S->e|0S1|1S0|SS
b) S->0B|1A|e A->0S B->1S
c) All of the mentioned
d) None of the mentioned