1,540 views
1 votes
1 votes
DFA in which 01 and 10 have equal number of occurrences

2 Answers

0 votes
0 votes

the problem can not be solved by just making a FA , and those who are making seems to misunderstood that a FA  (dfa and nfa ) are not capable of counting. the only version  of FA capable of counting number of occurence of string is TRANDUCERS ( mealy and moore ).

 

further the question can only be answered by making a transducer,  see below the moore machine : https://ibb.co/Wgmwvkm

edit : the above question can be given by DFA also , i thought of counting only ( my bad ) , please look here https://ibb.co/4t9sXvq

edited by

Related questions

0 votes
0 votes
1 answer
2
Lakshman Bhaiya asked Dec 27, 2018
576 views
Construct a minimal DFA which accepts set of all strings over {a,b}, such that$1)$Second symbol from $RHS$ should be $‘a’$$2)$Third symbol from $RHS$ should be $‘a�...
3 votes
3 votes
1 answer
3
aditi19 asked Dec 10, 2018
2,286 views
in reversal of DFA if there are more than one final states then which one will be made the initial state? a DFA can have only one initial state