Page 1 of 1

Generate a regular expression for the given language:l L(x): {xÎ{0,1}*| x ends with 1 nd does not contain a substring 01

Posted: Thu Jul 14, 2022 9:24 am
by answerhappygod
a) (0+01)*
b) (0+01)*1
c) (0+01)*(1+01)
d) All of the mentioned