Palindrome

Palindrome Turing Machine

The palindrome TM is the the machine which accepts even and odd number of strings in {0,1} form. It is part of the Theory of Computation project task. It is simulated in JFlap and implemented in Unity 3D.

The strings for this machine are like:

  • Accepts on: {010},{11011},{001100},....
  • Rejects on: {0010},{011},{1101},....

Simulation of palindrome in Unity

Simulation of palindrome in JFlap