Skip to content

This is a very simple implementation of a Turing Machine.

Notifications You must be signed in to change notification settings

Den5/Turing-Machine.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Turing Machine

This is a very simple implementation of a Turing Machine. https://en.wikipedia.org/wiki/Turing_machine Created to count the odd or even ‘1’ on the tape. It includes a ‘Tape’ in the form of a Numpy array. The state is stored, as either ‘start’, ‘odd’, ‘even’, ‘halt’

About

This is a very simple implementation of a Turing Machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published