Skip to content

HosseinOutward/Simple_Turing_Machine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple_Turing_Machine

A simple Turing machine implemented in java


Class descriptions:

+MachineProcesses: causing transition from one state to another

+TapeType: representing the tape

+MachinesLibrary: grabs machine data (transition function, state names, etc.)

+TransitionMap and dataSet: classes to simplify the data storage process


To-do:

+edit MachinesLibrary so to grab data from external source

+make the whole process more efficient

About

A simple Turing machine implemented in java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages