I have a problem with creating a turings machine in a simulator that checks if there are more 0’s than 1’s in 2 numbers combined. For example 00110#10100001 should return accept state since there are 8 zeros and 5 1’s. Is anyone able to come up with a transition graph?
I tried creating a transition graph, but i end up with more than 20 different states, and errors in simulation, so my solution doesn’t work for all cases.
New contributor
Kris is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.