2 2 votes Can anybody draw DFA for (a(a+b)+ a(a+b)+)+(b(a+b)+ b(a+b)+) ? How many number of states in above dfa? Theory of Computation theory-of-computation + – srestha 1.9k views answer comment Share Follow Print 0 reply Please log in or register to add a comment.
Best answer 4 4 votes a(a+b)+a(a+b)+ + b(a+b)+b(a+b)+ = (a(a+b)+a +b(a+b)+b)(a+b)+ Here is NFA for it And equivalent Minimal DFA is having 7 states Praveen Saini answered Nov 21, 2015 • selected Nov 21, 2015 by srestha Praveen Saini comment Share Follow See all 2 Comments 2 2 Comments reply rohit_cool commented Jul 30, 2022 reply Follow flag It's wrong 0 0 replyShare Tanmay Mane commented Dec 29, 2023 reply Follow flag is this dfa for L= {wxw^R | w,x belongs to (a+b)+} 0 0 replyShare Please log in or register to add a comment.
0 0 votes miminimum 7 states. Vikranth Inti answered Nov 21, 2015 • edited Nov 21, 2015 by Vikranth Inti Vikranth Inti comment Share Follow 0 reply Please log in or register to add a comment.