Skip to content

Objective: to exercise the concept of Turing Machines.

Notifications You must be signed in to change notification settings

malockey/turing-machine

Repository files navigation

Trabalho LFA

1) Make a turing machine that receives a number in binary and multiply it by two.

R1

2) Make a turing machine that receives two numbers in binary and give as output the sum of the two numbers.

R2

3) Create a Turing machine to recognize the words of the following language: L = { ww | w ϵ {a, b, c}*}

R3

4) Create a Turing machine to recognize all the palindromic words of the language: L = { w | w ϵ {a, b}*}

R4

Releases

No releases published

Packages

No packages published