Tagged Questions
2
votes
3answers
503 views
Algorithm to generate a Turing Machine from a Regular Expression
I'm developing a software to generate a Turing Machine from a regular expression.
[ EDIT: To clarify, the OP wants to take a regular expression as input, and programmatically generate a Turing ...
0
votes
2answers
521 views
How can I simulate a turing machine?
I don't quite understand the whole idea of a turing machine thing.
I am currently tasked with making a busy beaver turing machine. But the thing I don't really get is it simulates input. So what kind ...