Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
23 lines (12 loc) · 514 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 514 Bytes

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