Turing Machine

Simple Turing Machine simulator written in Haskell.

In my third year at university I took a module called Computability which focused on topics such as complexity classes. Part of the module involved creating Turing Machines to solve certain problems. I wrote this simulator in Haskell to help with this part of the module.