384 views
0 votes
0 votes
Is there any method to check equivalence of two regular expressions other than checking all strings of two set?

I mean sometimes I may miss a string.

Please log in or register to answer this question.

Related questions

1 votes
1 votes
2 answers
1
Shaina Singh asked Jul 30, 2023
517 views
Convert DFA to regular expression
0 votes
0 votes
1 answer
2
akash_chauhan asked Jul 20, 2022
421 views
what is the difference between, r* and r^(*) can anyone please elaborate !
2 votes
2 votes
1 answer
3
Raj Kumar 7 asked Jan 25, 2019
332 views
Consider the following Regular expression:(a+b)*abb(a+b)*(a+b)*a(a+b)*bb(a+b)*(a+b)*ab(a+b)*b(a+b)*(a+b)*abb(a+b)*a Which of the above regular expression are equivalent ?...
1 votes
1 votes
1 answer
4
Arnab Bhadra asked Jul 4, 2017
345 views
Are r(*) and r* equivalent Regular Expression and What is the meaning of r(*)?