Question # 18
Which of the following pairs of regular expressions are not equivalent:
a
1(01)* and (10)*1
b
x(xx)* and (xx)*x
c
(ab)* and a*b*
d
e