edited ago by
157 views

1 Answer

0 votes
0 votes

The Regular Expression for the language would be :-  (0 + ((0+1)(0+1))* ) + (1 + (0+1) ((0+1)(0+1))*)

DFA

Related questions

0 votes
0 votes
1 answer
2
dan31 asked Aug 28, 2018
2,887 views
Every DFA is NFA but not vice versaCan you please explain how this statement is true?Reference:- https://www.geeksforgeeks.org/toc-finite-automata-introduction/
2 votes
2 votes
2 answers
4
Tuhin Dutta asked Dec 4, 2017
836 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?