retagged by
370 views
0 votes
0 votes

Regular Expression for accepting the language L = { 0^n1^m | n+m=even }

I got this solution – (00)*(11)*+0(00)*1(11)*

please point out how this – {(00)* (01)* (11)* }  RE differs from the above one

retagged by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
1
aditykansara asked Jun 23, 2018
521 views
How to construct an automata with even number of a's OR odd number of b's?
3 votes
3 votes
1 answer
2
Deepthi_ts asked Apr 17, 2017
4,191 views
Consider regular expression r, where r = (11 + 111)* over Ʃ = {0, 1}. Number of states in minimal NFA and DFA respectively are:ANFA – 3, DFA – 4BNFA – 3, DFA – 3...
2 votes
2 votes
1 answer
4
papesh asked Aug 13, 2016
1,147 views
Symbols are a and bFund DFA where...(N(a) - N(b)) mod 3 1