retagged by
631 views

1 Answer

1 1 vote

 

Check this - 

 


Position:
Show:

Related questions

0 0 votes
2 2 answers
2.1k
2.1k views
iarnav asked Mar 14, 2019
2,147 views
Given L = { 0*1 + 0 + 1* + 10*1}where + symbol is UNION and NOT positive closure.Please draw the Minimal DFA for this.
0 0 votes
0 0 answers
3.3k
3.3k views
0 0 votes
2 2 answers
1.3k
1.3k views
iarnav asked Dec 22, 2018
1,306 views
WXW^R where W,X belongs to (0,1)*W^R is reverse of a string!
3 3 votes
1 answers 1 answer
1.9k
1.9k views
ashishgateashish asked Mar 13, 2018
1,896 views
Part A:Given : (b|ab*ab*)* How can it be interpreted as:1.((b+ab*)ab*)* 2.(b+(ab*ab*))*3.((b+a)b*ab*)*Part B:1.What will be its NFA ? 2.Can we draw a direct MINIMAL DFA f...