Program needs to be changed a little...

Sep 24, 2018 at 2:10pm
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
Sep 24, 2018 at 2:34pm
This seems strangely similar to:

http://www.cplusplus.com/forum/general/242782/
Sep 24, 2018 at 2:52pm
Yeah, it's the same task. I just need to make those modifications in my code.
Last edited on Sep 24, 2018 at 2:52pm
Sep 24, 2018 at 3:08pm
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.