Skip to content

Simple simulation of a Turing Machine in C# which reads reads instructions from a virtual tape machine (txt file), computes the results given rules encoded on that tape, and then writes to the tape

Notifications You must be signed in to change notification settings

snikolictech/TuringMachineSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TuringMachineSimulation

Simple simulation of a Turing Machine in C# which reads reads instructions from a virtual tape machine (txt file), computes the results given rules encoded on that tape, and then writes to the tape

Open .sln and run Program.cs to output results to console

About

Simple simulation of a Turing Machine in C# which reads reads instructions from a virtual tape machine (txt file), computes the results given rules encoded on that tape, and then writes to the tape

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages