Skip to content

Speak devs! The Turing Machine is an abstract model of a computer, created by the so-called "father of computing" Alan Turing. The Turing machine is restricted only to the logical aspects of its operation (memory, states and transitions), and not its physical implementation. In a Turing machine, any digital computer can be modeled, from the old …

Notifications You must be signed in to change notification settings

Raissadev/Turing_Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Machine Turing

Description

Speak devs! The Turing Machine is an abstract model of a computer, created by the so-called "father of computing" Alan Turing. The Turing machine is restricted only to the logical aspects of its operation (memory, states and transitions), and not its physical implementation. In a Turing machine, any digital computer can be modeled, from the old ones to the most current ones. So let's see this in practice, or better in code with a "turing complete" language!

Usage

Start Machine

python3 index.py

Response

Captura de tela de 2022-05-13 00-53-02

Author

Raissa Daros - raissa.fullstack@gmail.com - https://github.com/Raissadev/

License

This component is licensed under the GPL License

About

Speak devs! The Turing Machine is an abstract model of a computer, created by the so-called "father of computing" Alan Turing. The Turing machine is restricted only to the logical aspects of its operation (memory, states and transitions), and not its physical implementation. In a Turing machine, any digital computer can be modeled, from the old …

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages