3,380 views
1 1 vote

6 Answers

0 0 votes
It looks something like..

b(bb)* + (a + b(bb)*a + b(bb*)ba).(b + abba + aa)*

I maybe wrong, if so please tell me.
0 0 votes
>>>>

i made a silly  mistake....thanks @joshi_nitish

(ab*a + bb + bab*a)*(ab* + b + bab*)
edited by
Position:
Show:

Related questions

2 2 votes
2 2 answers
1.2k
1.2k views
Tuhin Dutta asked Dec 4, 2017
1,205 views
Give the language and Regular Expression for this finite automaton.Is it a DFA or NFA? Can we draw a DFA without a single final state?
0 0 votes
1 answers 1 answer
1.1k
1.1k views
sripo asked Oct 10, 2018
1,109 views
Can you please draw the DFA for given regex (ab*)*
0 0 votes
0 0 answers
10.0k
10.0k views
surbhijain93 asked May 9, 2018
10,033 views
I wanted to covert the finite automata of the question 'when no two a's and no two b's should come together' to regular expression. But I am not able to do so.I have atta...