Draw a Turing machine that recognizes the language $\{w \in \{0,1\}^*|w \text{ contains even number of 1's}\}$
This is where I am at:
Draw a Turing machine that recognizes the language $\{w \in \{0,1\}^*|w \text{ contains even number of 1's}\}$
This is where I am at:
You don't need a full blown Turing machine for this. A finite machine (equivalent to a Turing machine that just reads its tape once in one direction) will do.
The required language is given by the regular expression
$$0^* \left( 10^*10^* \right)^*$$
The minimal finite machine that recognises this has two states:
The states behave symmetrically: