closed by
393 views
1 votes
1 votes
closed with the note: Not gate oriented doubt

Let say we have given 10 Regular Expression and we need to check which of them is pointing to the same Regular Language. Then which one of the following is best method

  1. Brute Force method (Take some string and cross verify it)
  2. Create Minimal dfa for them
  3. Using intuition You are trying to observe the language pattern
closed by

Related questions

0 votes
0 votes
1 answer
2
1 votes
1 votes
2 answers
3
Ashish Roy 1 asked Sep 27, 2018
2,142 views
Given two Regular expressions are equal or not ?1) (1+01*0)* 2) 1*(01*0)* 1*Give proper explanation also.
1 votes
1 votes
0 answers
4