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
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
b) S->0B|1A|e A->0S B->1S
c) All of the mentioned
d) None of the mentioned