finite automata - What is the english description for this DFA? -


practicing dfas , nfas , came across one. not sure how give english description let alone regular expression.

enter image description here

that "even number of both 0's , 1's". top right state "odd # of 0's", bottom left "odd # of 1's", bottom right "both odd".


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -