Skip to content

Python simulation for Turing Machine with a simple interface.

Notifications You must be signed in to change notification settings

oliverquintana/TuringMachine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TuringMachine

Python simulation for Turing Machine with a simple TKinter interface.

Tapes (rules):

  • TM1 - Automaton from regular expression (a + b)b(a + b)*.
  • TM2 - Words from language {a^n b^n}.
  • TM3 - Palindrome words.
  • TM4 - Words from language even-even with alphabet {a, b}.
  • TM5 - Words with double 'a' ('aa') somewhere.
  • TM6 - Words from language {a^n b^n a^n}.
  • TM7 - Insert character to tape.
  • TM8 - Delete character from tape.

About

Python simulation for Turing Machine with a simple interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages