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
a) (0+01)*
b) (0+01)*1
c) (0+01)*(1+01)
d) All of the mentioned
b) (0+01)*1
c) (0+01)*(1+01)
d) All of the mentioned