1.

Generate a regular expression for the given language:l

A. L(x): {xÎ{0,1}*| x ends with 1 nd does not contain a substring 01}
B. (0+01)*
C. (0+01)*1
D. (0+01)*(1+01)
E. All of the mentioned
Answer» D.


Discussion

No Comment Found