Page 1 of 1

Which of the following pair of regular expression are not equivalent?

Posted: Thu Jul 14, 2022 8:47 am
by answerhappygod
a) 1(01)* and (10)*1
b) x(xx)* and (xx)*x
c) (ab)* and a*b*
d) x+ and x*x+