How to convert a DFA to a Turing machine?

Viewed 12711

Having the diagram of a DFA, how can I convert it to a Turing Machine? Do I have to find the language that the DFA accepts and then create the Turing Machine? Or is there a direct way?

Thank you.

1 Answers
Related