This repository contains turing machine designing, visual and its code for language {ww | w ∈ {0,1} } Descriptive Definition: Every string of 0’s and 1’s which is followed by itself falls under this language. Words: {00, 11, 0000, 0101, 1010, 1111, 000000, 001001, 010010, 011011, 100100, 101101, 110110, 111111….}
AitzazTahirCh/Turing-Machine-AutomataProject
This repository contains turing machine designing, visual and its code for language {ww | w ∈ {0,1} }
Python