Skip to content

This is a python program in which I simulated everything a turing machine can do. Essentially, after you create an object of the Turing Machine class and add the appropriate transitions, the code can run the turing machine computations given an initial state of the tape. It also produces a list of snapshots of the configurations of the machine.

Notifications You must be signed in to change notification settings

rishavb123/TuringMachineSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Turning Machine Simulator:

A turning machine simulator using python.

About

This is a python program in which I simulated everything a turing machine can do. Essentially, after you create an object of the Turing Machine class and add the appropriate transitions, the code can run the turing machine computations given an initial state of the tape. It also produces a list of snapshots of the configurations of the machine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages