Find the pair of regular expressions that are equivalent.
Posted: Thu Jul 14, 2022 9:07 am
a) (0+1)* and (0*+1*)*
b) (0+1)* and (0+1*)*
c) (0+10)* and (0*+10)*
d) All of the mentioned
b) (0+1)* and (0+1*)*
c) (0+10)* and (0*+10)*
d) All of the mentioned