Designing a turing Machine belonging to a language

69 Views Asked by At

Im trying to learn the concept of turing machines.I have understood the basic stuff like its a simple mathematical model of a computer and its parts.Now im asked to create a turing machine.

Design a turing machine that accept strings belonging to the language
(a + b)* from the alphabet (a, b)

Can someone describe to me how it is done?