Program needs to be changed a little...

Hi, everyone! I've code of universal Turing machine. It needs to be changed into parallel Turing machine. How should I do it?

https://pastebin.com/nBJt8GSd
This seems strangely similar to:

http://www.cplusplus.com/forum/general/242782/
Yeah, it's the same task. I just need to make those modifications in my code.
Last edited on
So... read the answers that have been given in that thread. Take the time to learn and understand the techniques that have been used there.

Then think about how to apply those same techniques to your own code.
Topic archived. No new replies allowed.