Designing a Turing machine for Binary Division

3k Views Asked by At

I'm trying to design a TM to binary divide 2 numbers. The best approach I've found is the method: division as repeated subtraction, but I don't know if there's a fastest way or an easier way. Thanks :)