retagged by
482 views
0 votes
0 votes

To Convert regular expression to DFA -> In most of the RE we can not directly convert it to DFA we have to first converting it to NFA-null then NFA-without null and then DFA and that takes too much time to me plz tell me any short cut to do this if any else conform me this is the only way.

retagged by

1 Answer

0 votes
0 votes
There is no shortcut for that based on your practice u can do that easily

Related questions

0 votes
0 votes
0 answers
1
Tuhin Dutta asked Dec 4, 2017
578 views
$ L = \{ wxwy \ | \ \ x,y,w \ \ \epsilon\ ( a + b )^+ \} $Draw the DFA and also write the Reg exp for the above language.
0 votes
0 votes
1 answer
3
4 votes
4 votes
1 answer
4
Garrett McClure asked Oct 9, 2017
1,252 views
The tail of a language is the set of all suffixes of its strings, that is tail(L) = {y : xy ∈ L for some x ∈ Σ ∗ }.How do I show that the family of regular languag...